summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-03 01:23:58 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-03 01:30:04 +0100
commit4d0ac9aee920cd95c35fbf4cd0a073baf86ff4c2 (patch)
tree5e8eb1cf9b12880ddee098549cf5e83a66c56740 /Makefile
parent210a78aeb5096f746b8b788a47fd11e972b6de6a (diff)
Makefile: add dependancies for ffversion.h
It has to be build before the objects that use it Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bfda2f4d71..a200f80e4c 100644
--- a/Makefile
+++ b/Makefile
@@ -102,6 +102,8 @@ endef
$(foreach P,$(PROGS),$(eval $(call DOPROG,$(P:$(PROGSSUF)$(EXESUF)=))))
+ffprobe.o cmdutils.o : libavutil/ffversion.h
+
$(PROGS): %$(PROGSSUF)$(EXESUF): %$(PROGSSUF)_g$(EXESUF)
$(CP) $< $@
$(STRIP) $@