summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-11 22:53:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-11 22:53:08 +0000
commitbd2a867e43987aff91acd059f528c32c54c740eb (patch)
treed0b8a5610ac3be7bc2ae6bbe42186c41da5f1ca8 /configure
parent656660e5609d8c383b0db418202a140174a9cd78 (diff)
downloadmpv-bd2a867e43987aff91acd059f528c32c54c740eb.tar.bz2
mpv-bd2a867e43987aff91acd059f528c32c54c740eb.tar.xz
Sync with latest FFmpeg changes: Check for the availability of truncf().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 0a1cfafb01..c5196908e2 100755
--- a/configure
+++ b/configure
@@ -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