[FFmpeg-cvslog] Makefile: add dependancies for ffversion.h

Michael Niedermayer git at videolan.org
Tue Dec 3 01:32:47 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Dec  3 01:23:58 2013 +0100| [4d0ac9aee920cd95c35fbf4cd0a073baf86ff4c2] | committer: Michael Niedermayer

Makefile: add dependancies for ffversion.h

It has to be build before the objects that use it

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d0ac9aee920cd95c35fbf4cd0a073baf86ff4c2
---

 Makefile |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index bfda2f4..a200f80 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) $@



More information about the ffmpeg-cvslog mailing list