ffmpeg | branch: master | Diego Biurrun <di...@biurrun.de> | Tue May 24 12:39:54 2016 +0200| [5b1b495c8d21600eac694d50f428654a3125e217] | committer: Diego Biurrun
build: Print a message when generating version scripts > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5b1b495c8d21600eac694d50f428654a3125e217 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1f79705..8e0cfce 100644 --- a/Makefile +++ b/Makefile @@ -63,11 +63,11 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC) $(Q)echo '#include "$*.h"' >$@ %.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/; /;\ /g' > $@ -%.c %.h: TAG = GEN +%.c %.h %.ver: TAG = GEN AVPROGS-$(CONFIG_AVCONV) += avconv AVPROGS-$(CONFIG_AVPLAY) += avplay _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog