changeset 37124:a36b0cb6090a

configure: add fminf to the checked for math functions avoids build failure with latest ffmpeg Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author michael
date Fri, 06 Jun 2014 15:30:03 +0000
parents 075cd93d301e
children 1236e38abf90
files configure
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Jun 05 18:49:59 2014 +0000
+++ b/configure	Fri Jun 06 15:30:03 2014 +0000
@@ -3380,7 +3380,7 @@
 done
 
 
-for func in atan2f ldexpf powf; do
+for func in atan2f fminf ldexpf powf; do
 echocheck $func
 eval _$func=no
 statement_check math.h "${func}(1.0,1.0)" && eval _$func=yes
@@ -9188,6 +9188,7 @@
 $def_expf
 $def_exp2
 $def_exp2f
+$def_fminf
 $def_getaddrinfo
 $def_isinf
 $def_isnan