[MPlayer-cvslog] r28305 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Jan 11 23:53:08 CET 2009
Author: diego
Date: Sun Jan 11 23:53:08 2009
New Revision: 28305
Log:
Sync with latest FFmpeg changes: Check for the availability of truncf().
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jan 11 20:48:51 2009 (r28304)
+++ trunk/configure Sun Jan 11 23:53:08 2009 (r28305)
@@ -2827,7 +2827,7 @@ if test "$_posix4" = yes ; then
fi
echores "$_posix4"
-for func in llrint lrint lrintf round roundf; do
+for func in llrint lrint lrintf round roundf truncf; do
echocheck $func
cat > $TMPC << EOF
#include <math.h>
@@ -8292,6 +8292,7 @@ $_def_sysi86
$_def_sysi86_iv
$_def_termcap
$_def_termios
+$_def_truncf
$_def_vsscanf
More information about the MPlayer-cvslog
mailing list