From 496cfa3c9ec59c953dadca46e684f02e825d8ffe Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Tue, 12 Sep 2006 23:13:22 +0000 Subject: ffmpeg, ffplay, ffserver need version.h Originally committed as revision 6242 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0b9a257ed8..bea7d8fe49 100644 --- 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 $@ $< -- cgit v1.2.3