diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-11-23 09:27:28 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-11-25 18:46:52 +0100 |
commit | bf2f748fc74fff5272075e1fe1c07b4152421526 (patch) | |
tree | 5cd73aab459f5d9c8a4011bf6dfe016f68f058d9 | |
parent | ce6f780bc6656ad3895f81a988b239ad3c8af4b8 (diff) | |
download | ffmpeg-streaming-bf2f748fc74fff5272075e1fe1c07b4152421526.zip ffmpeg-streaming-bf2f748fc74fff5272075e1fe1c07b4152421526.tar.gz |
configure: Use correct libm linker flag during math function checks
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4620,7 +4620,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 # these are off by default, so fail if requested and not available |