diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-06 14:54:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-06 14:54:57 +0200 |
commit | 97508af274f89907bdacafb5ef10e839bb7d6bc4 (patch) | |
tree | c82b7f8f5f197f018656a5464fb0c54a0f1f2376 /configure | |
parent | a80342fe5633303a72d357c0bd9419bf3962dfdb (diff) | |
download | ffmpeg-97508af274f89907bdacafb5ef10e839bb7d6bc4.tar.gz |
build: add fminf() emulation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1645,6 +1645,7 @@ MATH_FUNCS=" exp2 exp2f expf + fminf isinf isnan ldexpf @@ -4635,6 +4636,7 @@ disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersi atan2f_args=2 ldexpf_args=2 powf_args=2 +fminf_args=2 for func in $MATH_FUNCS; do eval check_mathfunc $func \${${func}_args:-1} |