aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-20 04:09:01 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-22 03:17:56 +0100
commitc96c75532016678a036b841e75cfea0afa4d7ba3 (patch)
tree7baa3e6bfa1a08e90cfdd69e66c91ad14713e80f
parent9f8cdd520b24d8d73fb495d607bf2d73b6cea2e0 (diff)
downloadffmpeg-c96c75532016678a036b841e75cfea0afa4d7ba3.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 1e1dbb3cd4..845a274953 100644
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,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) $< $@