diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-12-20 04:09:01 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-20 04:17:03 +0100 |
commit | 4ae87554f3c8bc54db572873f5049427a7e6cb31 (patch) | |
tree | 513a506558d972aafed5d1899a82db72ea394acb /Makefile | |
parent | 172865931951d73f1ac60f4b56cdb4da77f37f1d (diff) | |
download | ffmpeg-4ae87554f3c8bc54db572873f5049427a7e6cb31.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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) $< $@ |