[SCM] libav/experimental: PROGS depends on PROGS_G so depending on just PROGS is enough.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:55:33 UTC 2013


The following commit has been merged in the experimental branch:
commit 634444f4ce3514214a1658e484e6fba78c2224ec
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Jan 25 00:39:32 2007 +0000

    PROGS depends on PROGS_G so depending on just PROGS is enough.
    
    Originally committed as revision 7700 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 50c3f2c..957798f 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ LDFLAGS+=-L./libswscale
 EXTRALIBS+=-lswscale$(BUILDSUF)
 endif
 
-all: lib $(PROGS_G) $(PROGS) $(VHOOK) $(DOC)
+all: lib $(PROGS) $(VHOOK) $(DOC)
 
 lib:
 	$(MAKE) -C libavutil   all

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list