Skip to content

Commit

Permalink
Makefile: add dependencies which require ffversion.h
Browse files Browse the repository at this point in the history
Without this ffversion.h could sometimes be built too late

Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
michaelni committed Dec 20, 2014
1 parent 1728659 commit 4ae8755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ endef

$(foreach P,$(PROGS),$(eval $(call DOPROG,$(P:$(PROGSSUF)$(EXESUF)=))))

ffprobe.o cmdutils.o : libavutil/ffversion.h
ffprobe.o cmdutils.o libavcodec/utils.o libavformat/utils.o libavdevice/avdevice.o libavfilter/avfilter.o libavutil/utils.o libpostproc/postprocess.o libswresample/swresample.o libswscale/utils.o : libavutil/ffversion.h

$(PROGS): %$(PROGSSUF)$(EXESUF): %$(PROGSSUF)_g$(EXESUF)
$(CP) $< $@
Expand Down

0 comments on commit 4ae8755

Please sign in to comment.