From 4d0ac9aee920cd95c35fbf4cd0a073baf86ff4c2 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 3 Dec 2013 01:23:58 +0100 Subject: Makefile: add dependancies for ffversion.h It has to be build before the objects that use it Signed-off-by: Michael Niedermayer --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bfda2f4d71..a200f80e4c 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) $@ -- cgit v1.2.3