projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d65a9
)
Declare version.h dependencies explicitly
author
Måns Rullgård
<mans@mansr.com>
Sat, 21 Feb 2009 18:19:26 +0000
(18:19 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sat, 21 Feb 2009 18:19:26 +0000
(18:19 +0000)
Originally committed as revision 17483 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
9a08730
..
f1897fb
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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))