[MPlayer-cvslog] r35826 - trunk/configure
michael
subversion at mplayerhq.hu
Tue Jan 22 19:33:38 CET 2013
Author: michael
Date: Tue Jan 22 19:33:38 2013
New Revision: 35826
Log:
configure: Add cbrt() code to avoid breaking compile with ffmpeg which will need that in a moment.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Jan 22 18:51:06 2013 (r35825)
+++ trunk/configure Tue Jan 22 19:33:38 2013 (r35826)
@@ -3225,7 +3225,7 @@ fi
echores "$_kstat"
-for func in atanf cbrtf cosf expf exp2 exp2f isnan isinf llrint llrintf log2 log2f log10f lrint lrintf rint round roundf sinf trunc truncf; do
+for func in atanf cbrt cbrtf cosf expf exp2 exp2f isnan isinf llrint llrintf log2 log2f log10f lrint lrintf rint round roundf sinf trunc truncf; do
echocheck $func
eval _$func=no
statement_check math.h "${func}(2.0)" -D_ISOC99_SOURCE && eval _$func=yes
@@ -8976,6 +8976,7 @@ $def_bswap
$def_dcbzl
$def_atanf
$def_atan2f
+$def_cbrt
$def_cbrtf
$def_cosf
$def_expf
More information about the MPlayer-cvslog
mailing list