[MPlayer-cvslog] r37220 - trunk/configure

michael subversion at mplayerhq.hu
Fri Jun 6 17:30:03 CEST 2014


Author: michael
Date: Fri Jun  6 17:30:03 2014
New Revision: 37220

Log:
configure: add fminf to the checked for math functions

avoids build failure with latest ffmpeg

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Jun  5 20:49:59 2014	(r37219)
+++ trunk/configure	Fri Jun  6 17:30:03 2014	(r37220)
@@ -3380,7 +3380,7 @@ fi
 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_cosf
 $def_expf
 $def_exp2
 $def_exp2f
+$def_fminf
 $def_getaddrinfo
 $def_isinf
 $def_isnan


More information about the MPlayer-cvslog mailing list