Fix compilation after FFmpeg r19395.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29417 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2009-07-11 09:41:44 +00:00
parent e404a97a73
commit 5671f4329e
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -2930,7 +2930,7 @@ if test "$_posix4" = yes ; then
fi
echores "$_posix4"
for func in llrint lrint lrintf round roundf truncf; do
for func in llrint log2 lrint lrintf round roundf truncf; do
echocheck $func
cat > $TMPC << EOF
#include <math.h>
@ -8526,6 +8526,7 @@ $def_gettimeofday
$def_glob
$def_langinfo
$def_llrint
$def_log2
$def_lrint
$def_lrintf
$def_map_memalign