aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-20 04:09:01 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-01-06 18:28:34 +0100
commitd4c45f92497157f1284e4319dcda25177d9af5d2 (patch)
tree53aaf740768c7818941cece249b7b723b0a2ffb1
parent841ce9a83816199ab0ecbda76589f09677e04b08 (diff)
downloadffmpeg-d4c45f92497157f1284e4319dcda25177d9af5d2.tar.gz
Makefile: add dependencies which require ffversion.h
Without this ffversion.h could sometimes be built too late Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 4ae87554f3c8bc54db572873f5049427a7e6cb31) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86b3508425..e83ec39eb5 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ endef
$(foreach P,$(PROGS),$(eval $(call DOPROG,$(P:$(PROGSSUF)$(EXESUF)=))))
-ffprobe.o cmdutils.o : libavutil/ffversion.h
+ffprobe.o cmdutils.o libavcodec/utils.o libavformat/utils.o libavdevice/avdevice.o libavfilter/avfilter.o libavutil/utils.o libpostproc/postprocess.o libswresample/swresample.o libswscale/utils.o : libavutil/ffversion.h
$(PROGS): %$(PROGSSUF)$(EXESUF): %$(PROGSSUF)_g$(EXESUF)
$(CP) $< $@