[MPlayer-cvslog] r33921 - trunk/configure

diego subversion at mplayerhq.hu
Tue Jul 26 01:16:24 CEST 2011


Author: diego
Date: Tue Jul 26 01:16:23 2011
New Revision: 33921

Log:
configure: add proper check for trunc() instead of hardcoding availability

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Jul 25 20:01:23 2011	(r33920)
+++ trunk/configure	Tue Jul 26 01:16:23 2011	(r33921)
@@ -3074,7 +3074,7 @@ fi
 echores "$_kstat"
 
 
-for func in exp2 exp2f llrint llrintf log2 log2f lrint lrintf round roundf truncf; do
+for func in exp2 exp2f llrint llrintf log2 log2f lrint lrintf round roundf trunc truncf; do
 echocheck $func
 eval _$func=no
 statement_check math.h "${func}(2.0)" -D_ISOC99_SOURCE && eval _$func=yes
@@ -8593,6 +8593,7 @@ $def_pthreads
 $def_round
 $def_roundf
 $def_threads
+$def_trunc
 $def_truncf
 $def_xform_asm
 $def_xmm_clobbers
@@ -8622,7 +8623,6 @@ $def_yasm
 #define HAVE_SYMVER_ASM_LABEL 0
 #define HAVE_SYMVER_GNU_ASM 0
 #define HAVE_SYS_SELECT_H 0
-#define HAVE_TRUNC 1
 #define HAVE_VFP_ARGS 1
 #define HAVE_VIRTUALALLOC 0
 


More information about the MPlayer-cvslog mailing list