changeset 35732:6d1a5bf0cda0

configure: Add cbrt() code to avoid breaking compile with ffmpeg which will need that in a moment. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author michael
date Tue, 22 Jan 2013 18:33:38 +0000
parents e6ee0c8ef341
children ca384f3cd809
files configure
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Jan 22 17:51:06 2013 +0000
+++ b/configure	Tue Jan 22 18:33:38 2013 +0000
@@ -3225,7 +3225,7 @@
 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_dcbzl
 $def_atanf
 $def_atan2f
+$def_cbrt
 $def_cbrtf
 $def_cosf
 $def_expf