mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 08:12:44 +00:00
ffmpeg, ffplay, ffserver need version.h
Originally committed as revision 6242 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1dac8fea05
commit
496cfa3c9e
4
Makefile
4
Makefile
@ -66,7 +66,7 @@ LDFLAGS+=-L./libswscale
|
|||||||
EXTRALIBS+=-lswscale$(BUILDSUF)
|
EXTRALIBS+=-lswscale$(BUILDSUF)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: version.h lib $(PROGS_G) $(PROGS) $(PROGTEST) $(VHOOK) $(QTFASTSTART) $(DOC)
|
all: lib $(PROGS_G) $(PROGS) $(PROGTEST) $(VHOOK) $(QTFASTSTART) $(DOC)
|
||||||
|
|
||||||
lib:
|
lib:
|
||||||
$(MAKE) -C libavutil all
|
$(MAKE) -C libavutil all
|
||||||
@ -108,6 +108,8 @@ cws2fws$(EXESUF): cws2fws.c
|
|||||||
ffplay.o: ffplay.c
|
ffplay.o: ffplay.c
|
||||||
$(CC) $(CFLAGS) $(SDL_CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) $(SDL_CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
|
ffmpeg.o ffplay.o ffserver.o: version.h
|
||||||
|
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user