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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-04-04 22:16:57 +0300
committerJames Almer <jamrial@gmail.com>2017-04-04 22:16:57 +0300
commit12290077d1ceda29c47ce9f222e42a5019664131 (patch)
tree2d72ce2d9a24c3b1c9e601ff2e2a52e30247a3c9 /configure
parent655418014c88d5a87b3427a8f89d20cf5c86520d (diff)
parentbf2f748fc74fff5272075e1fe1c07b4152421526 (diff)
Merge commit 'bf2f748fc74fff5272075e1fe1c07b4152421526'
* commit 'bf2f748fc74fff5272075e1fe1c07b4152421526': configure: Use correct libm linker flag during math function checks Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a62e8b1d38..6dc0b7aad3 100755
--- a/configure
+++ b/configure
@@ -5744,7 +5744,7 @@ ldexpf_args=2
powf_args=2
for func in $MATH_FUNCS; do
- eval check_mathfunc $func \${${func}_args:-1}
+ eval check_mathfunc $func \${${func}_args:-1} $LIBM
done
for func in $COMPLEX_FUNCS; do