mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00: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:
parent
656660e560
commit
bd2a867e43
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user