packages: http-live-streaming-tools/makefile.patch - use default target whi...

glen glen at pld-linux.org
Mon Aug 30 09:28:32 CEST 2010


Author: glen                         Date: Mon Aug 30 07:28:32 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use default target which is success after compilation, not compiling always over

---- Files affected:
packages/http-live-streaming-tools:
   makefile.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/http-live-streaming-tools/makefile.patch
diff -u packages/http-live-streaming-tools/makefile.patch:1.1 packages/http-live-streaming-tools/makefile.patch:1.2
--- packages/http-live-streaming-tools/makefile.patch:1.1	Mon Aug 23 14:53:37 2010
+++ packages/http-live-streaming-tools/makefile.patch	Mon Aug 30 09:28:27 2010
@@ -1,11 +1,14 @@
---- http-live-streaming-tools/Makefile~	2010-08-23 15:45:40.000000000 +0300
-+++ http-live-streaming-tools/Makefile	2010-08-23 15:52:12.243937112 +0300
-@@ -1,5 +1,8 @@
+--- http-live-streaming-tools/Makefile	2010-08-23 15:52:12.243937112 +0300
++++ http-live-streaming-tools/Makefile	2010-08-30 10:27:02.367948681 +0300
+@@ -1,5 +1,10 @@
+-all:
+-	gcc -Wall -g live_segmenter.c -o live_segmenter -lavformat -lavcodec -lavutil -lbz2 -lm -lz -lfaac -lmp3lame -lx264 -lfaad -lpthread
 +CC := gcc
 +CFLAGS := -g
 +
- all:
--	gcc -Wall -g live_segmenter.c -o live_segmenter -lavformat -lavcodec -lavutil -lbz2 -lm -lz -lfaac -lmp3lame -lx264 -lfaad -lpthread
++all: live_segmenter
++
++live_segmenter:
 +	$(CC) -Wall $(CFLAGS) live_segmenter.c -o live_segmenter $(LDFLAGS) -lavformat -lavcodec -lavutil -lbz2 -lm -lz -lfaac -lmp3lame -lx264 -lfaad -lpthread
  
  clean:
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/http-live-streaming-tools/makefile.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list