[MPlayer-cvslog] r37558 - trunk/configure

michael subversion at mplayerhq.hu
Sat Nov 21 21:29:13 CET 2015


Author: michael
Date: Sat Nov 21 21:29:12 2015
New Revision: 37558

Log:
configure: Add hypot detection for FFmpeg

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Nov 18 21:30:17 2015	(r37557)
+++ trunk/configure	Sat Nov 21 21:29:12 2015	(r37558)
@@ -3430,7 +3430,7 @@ fi
 done
 
 
-for func in atan2f fminf ldexpf powf; do
+for func in atan2f fminf ldexpf powf hypot; do
 echocheck $func
 eval _$func=no
 statement_check math.h "${func}(1.0,1.0)" && eval _$func=yes
@@ -9195,6 +9195,7 @@ $def_exp2
 $def_exp2f
 $def_fminf
 $def_getaddrinfo
+$def_hypot
 $def_isinf
 $def_isnan
 $def_ldexpf


More information about the MPlayer-cvslog mailing list