OSDN Git Service

ffmpeg, ffplay, ffserver need version.h
authorMåns Rullgård <mans@mansr.com>
Tue, 12 Sep 2006 23:13:22 +0000 (23:13 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 12 Sep 2006 23:13:22 +0000 (23:13 +0000)
Originally committed as revision 6242 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 0b9a257..bea7d8f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ LDFLAGS+=-L./libswscale
 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 @@ cws2fws$(EXESUF): cws2fws.c
 ffplay.o: ffplay.c
        $(CC) $(CFLAGS) $(SDL_CFLAGS) -c -o $@ $<
 
+ffmpeg.o ffplay.o ffserver.o: version.h
+
 %.o: %.c
        $(CC) $(CFLAGS) -c -o $@ $<