[Ffmpeg-cvslog] r6242 - trunk/Makefile

mru subversion
Wed Sep 13 01:13:23 CEST 2006


Author: mru
Date: Wed Sep 13 01:13:22 2006
New Revision: 6242

Modified:
   trunk/Makefile

Log:
ffmpeg, ffplay, ffserver need version.h


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Wed Sep 13 01:13:22 2006
@@ -66,7 +66,7 @@
 EXTRALIBS+=-lswscale$(BUILDSUF)
 endif
 
-all: version.h lib $(PROGS_G) $(PROGS) $(PROGTEST) $(VHOOK) $(QTFASTSTART) $(DOC)
+all: lib $(PROGS_G) $(PROGS) $(PROGTEST) $(VHOOK) $(QTFASTSTART) $(DOC)
 
 lib:
 	$(MAKE) -C libavutil   all
@@ -108,6 +108,8 @@
 ffplay.o: ffplay.c
 	$(CC) $(CFLAGS) $(SDL_CFLAGS) -c -o $@ $<
 
+ffmpeg.o ffplay.o ffserver.o: version.h
+
 %.o: %.c
 	$(CC) $(CFLAGS) -c -o $@ $<
 




More information about the ffmpeg-cvslog mailing list