Commit 496cfa3c authored by Måns Rullgård's avatar Måns Rullgård

ffmpeg, ffplay, ffserver need version.h

Originally committed as revision 6242 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1dac8fea
......@@ -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 $@ $<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment