diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-03 01:23:58 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-03 01:30:04 +0100 |
commit | 4d0ac9aee920cd95c35fbf4cd0a073baf86ff4c2 (patch) | |
tree | 5e8eb1cf9b12880ddee098549cf5e83a66c56740 /Makefile | |
parent | 210a78aeb5096f746b8b788a47fd11e972b6de6a (diff) | |
download | ffmpeg-4d0ac9aee920cd95c35fbf4cd0a073baf86ff4c2.tar.gz |
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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) $@ |