Commit 9b3be945 authored by mru's avatar mru

ffmpeg, ffplay, ffserver need version.h


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6242 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3a67e431
......@@ -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