]> git.pld-linux.org Git - packages/cinelerra.git/commitdiff
- updated
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 7 Jul 2009 10:50:53 +0000 (10:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cinelerra-strip.patch -> 1.6

cinelerra-strip.patch

index 217c1d797e37efbd29be7452299c10e1e46d0ed5..99bc5d607f807cf091e9e07270c5a7d14e361a7d 100644 (file)
@@ -1,3 +1,24 @@
+--- cinelerra-4/global_config~ 2009-07-07 13:26:09.000000000 +0300
++++ cinelerra-4/global_config  2009-07-07 13:33:03.659733152 +0300
+@@ -46,6 +46,7 @@
+ CC = g++
+ GCC = gcc
++STRIP = strip
+ # libraries are stored in different directories depending on CPU
+--- cinelerra-4/plugin_config~ 2009-07-07 13:26:09.000000000 +0300
++++ cinelerra-4/plugin_config  2009-07-07 13:33:24.239770459 +0300
+@@ -12,7 +12,7 @@
+ $(OUTPUT): $(OBJS)
+       $(LDLINKER) -o $(OUTPUT) $(OBJS) `cat ../$(OBJDIR)/l_flags`
+-      strip $(OUTPUT)
++      $(STRIP) $(OUTPUT)
+ install:
 --- cinelerra-1.2.1/plugins/defaulttheme/Makefile.orig 2004-05-11 18:14:51.000000000 +0200
 +++ cinelerra-1.2.1/plugins/defaulttheme/Makefile      2004-08-22 20:38:29.715608048 +0200
 @@ -9,7 +9,7 @@
  
  $(OBJDIR)/test: 
        $(CC) -shared -o $(OBJDIR)/test.so \
+--- cinelerra-4/plugins/suv/Makefile~  2008-09-02 14:38:09.000000000 +0300
++++ cinelerra-4/plugins/suv/Makefile   2009-07-07 13:39:33.106900936 +0300
+@@ -12,7 +12,7 @@
+ $(OUTPUT_THEME): $(OBJS) $(THEME_DATA)
+       $(LDLINKER) -o $(OUTPUT_THEME) $(OBJS) $(THEME_DATA)
+-      strip $(OUTPUT_THEME)
++      $(STRIP) $(OUTPUT_THEME)
+--- cinelerra-4/plugins/chromakeyhsv/Makefile~ 2008-09-02 14:38:09.000000000 +0300
++++ cinelerra-4/plugins/chromakeyhsv/Makefile  2009-07-07 13:39:51.163323109 +0300
+@@ -11,7 +11,7 @@
+ $(OUTPUT_): $(OBJS) $(SHADER)
+       $(LDLINKER) -o $(OUTPUT_) $(OBJS) $(SHADER)
+-      strip $(OUTPUT_)
++      $(STRIP) $(OUTPUT_)
+ include ../../plugin_config
This page took 0.122023 seconds and 4 git commands to generate.