mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
Merge commit 'bf2f748fc74fff5272075e1fe1c07b4152421526'
* commit 'bf2f748fc74fff5272075e1fe1c07b4152421526': configure: Use correct libm linker flag during math function checks Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
12290077d1
2
configure
vendored
2
configure
vendored
@ -5744,7 +5744,7 @@ ldexpf_args=2
|
|||||||
powf_args=2
|
powf_args=2
|
||||||
|
|
||||||
for func in $MATH_FUNCS; do
|
for func in $MATH_FUNCS; do
|
||||||
eval check_mathfunc $func \${${func}_args:-1}
|
eval check_mathfunc $func \${${func}_args:-1} $LIBM
|
||||||
done
|
done
|
||||||
|
|
||||||
for func in $COMPLEX_FUNCS; do
|
for func in $COMPLEX_FUNCS; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user