changeset 28270:aba9a3186ce9

Sync with latest FFmpeg changes: Check for the availability of truncf().
author diego
date Sun, 11 Jan 2009 22:53:08 +0000
parents 49ecb0f6c55f
children 16c12cf160ef
files configure
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jan 11 19:48:51 2009 +0000
+++ b/configure	Sun Jan 11 22:53:08 2009 +0000
@@ -2827,7 +2827,7 @@
 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_iv
 $_def_termcap
 $_def_termios
+$_def_truncf
 $_def_vsscanf