0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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
This commit is contained in:
diego 2009-01-11 22:53:08 +00:00
parent 656660e560
commit bd2a867e43

3
configure vendored
View File

@ -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