Commit 4d0ac9ae authored by Michael Niedermayer's avatar Michael Niedermayer

Makefile: add dependancies for ffversion.h

It has to be build before the objects that use it
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 210a78ae
......@@ -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) $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment