[Ffmpeg-cvslog] r7700 - trunk/Makefile
diego
subversion
Thu Jan 25 01:39:32 CET 2007
Author: diego
Date: Thu Jan 25 01:39:32 2007
New Revision: 7700
Modified:
trunk/Makefile
Log:
PROGS depends on PROGS_G so depending on just PROGS is enough.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Jan 25 01:39:32 2007
@@ -59,7 +59,7 @@
EXTRALIBS+=-lswscale$(BUILDSUF)
endif
-all: lib $(PROGS_G) $(PROGS) $(VHOOK) $(DOC)
+all: lib $(PROGS) $(VHOOK) $(DOC)
lib:
$(MAKE) -C libavutil all
More information about the ffmpeg-cvslog
mailing list