diff options
author | Måns Rullgård <mans@mansr.com> | 2009-02-21 18:19:26 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-02-21 18:19:26 +0000 |
commit | 36798f1bf014e6da142c2089ffc0a6a858bde53a (patch) | |
tree | 2974399b74a6076ca748b5238da047cd712db2ef /Makefile | |
parent | 73d65a96ae97a7cfb8b3f409a87b0060920a08de (diff) | |
download | ffmpeg-streaming-36798f1bf014e6da142c2089ffc0a6a858bde53a.zip ffmpeg-streaming-36798f1bf014e6da142c2089ffc0a6a858bde53a.tar.gz |
Declare version.h dependencies explicitly
Originally committed as revision 17483 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,6 +77,8 @@ tools/%$(EXESUF): tools/%.c ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS) +cmdutils.o cmdutils.d: version.h + alltools: $(addsuffix $(EXESUF),$(addprefix tools/, cws2fws pktdumper qt-faststart trasher)) VHOOKCFLAGS += $(filter-out -mdynamic-no-pic,$(CFLAGS)) |