mirror of https://git.ffmpeg.org/ffmpeg.git
build: Print a message when generating version scripts
This commit is contained in:
parent
1e9c5bf4c1
commit
5b1b495c8d
4
Makefile
4
Makefile
|
@ -63,11 +63,11 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC)
|
||||||
$(Q)echo '#include "$*.h"' >$@
|
$(Q)echo '#include "$*.h"' >$@
|
||||||
|
|
||||||
%.ver: %.v
|
%.ver: %.v
|
||||||
$(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ | sed -e 's/:/:\
|
$(M)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ | sed -e 's/:/:\
|
||||||
/' -e 's/; /;\
|
/' -e 's/; /;\
|
||||||
/g' > $@
|
/g' > $@
|
||||||
|
|
||||||
%.c %.h: TAG = GEN
|
%.c %.h %.ver: TAG = GEN
|
||||||
|
|
||||||
AVPROGS-$(CONFIG_AVCONV) += avconv
|
AVPROGS-$(CONFIG_AVCONV) += avconv
|
||||||
AVPROGS-$(CONFIG_AVPLAY) += avplay
|
AVPROGS-$(CONFIG_AVPLAY) += avplay
|
||||||
|
|
Loading…
Reference in New Issue