summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-12 13:26:15 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-12 13:26:22 +0100
commit7491356111e7f171b6cd4f23a8d8fb32439485ca (patch)
tree7d38acb2667947c92c7ddb5873c1d6f922656e37 /configure
parentfe54f6cb453c030f9aae2a703bf1e1e00caeb041 (diff)
parent304b806cb524fb040f8e09a241040f1af2cb820b (diff)
downloadffmpeg-streaming-7491356111e7f171b6cd4f23a8d8fb32439485ca.zip
ffmpeg-streaming-7491356111e7f171b6cd4f23a8d8fb32439485ca.tar.gz
Merge commit '304b806cb524fb040f8e09a241040f1af2cb820b'
* commit '304b806cb524fb040f8e09a241040f1af2cb820b': build: Make library minor version visible in the Makefile x86: mpeg4qpel: Make movsxifnidn do the right thing Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 8b6113d..e7953cc 100755
--- a/configure
+++ b/configure
@@ -4457,6 +4457,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
OpenPOWER on IntegriCloud