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>
This commit is contained in:
parent
210a78aeb5
commit
4d0ac9aee9
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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) $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue