summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-17 20:01:07 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-22 12:17:37 +0100
commitedb434873238876790f6a17bb65490cc29a1d176 (patch)
treeccf95adc42317493c5056ff77a682da44b6daf31 /Makefile
parent11a9320de54759340531177c9f2b1e31e6112cc2 (diff)
downloadffmpeg-edb434873238876790f6a17bb65490cc29a1d176.tar.gz
build: Store library version numbers in .version files
This moves work from the configure to the Make stage where it can be parallelized and ensures that shared libraries are built with the right version number in the filename.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9fa162d8d..6036e447db 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC)
%.h.c:
$(Q)echo '#include "$*.h"' >$@
-%.c %.h %.ver: TAG = GEN
+%.c %.h %.ver %.version: TAG = GEN
AVPROGS-$(CONFIG_AVCONV) += avconv
AVPROGS-$(CONFIG_AVPLAY) += avplay