Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-03 18:03:08 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-11 23:17:15 +0400
commit304b806cb524fb040f8e09a241040f1af2cb820b (patch)
tree74a8eeaaec11f3b624832d27be4f9c11a77b6c9c /configure
parentb3f2a3fe3fe4e2a752fa2ef26d1e39d51f30cc52 (diff)
build: Make library minor version visible in the Makefile
This allows employing that number in library install commands.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 0d55bba42b..0731c27ec9 100755
--- a/configure
+++ b/configure
@@ -3958,6 +3958,7 @@ get_version(){
eval ${name}_VERSION=\$${name}_VERSION_MAJOR.\$${name}_VERSION_MINOR.\$${name}_VERSION_MICRO
eval echo "${lcname}_VERSION=\$${name}_VERSION" >> config.mak
eval echo "${lcname}_VERSION_MAJOR=\$${name}_VERSION_MAJOR" >> config.mak
+ eval echo "${lcname}_VERSION_MINOR=\$${name}_VERSION_MINOR" >> config.mak
}
map 'get_version $v' $LIBRARY_LIST