1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Add checks for exp2, exp2 and log2f required by FFmpeg.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30291 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-01-12 19:41:44 +00:00
parent df73622d23
commit 04fde0d936

5
configure vendored
View File

@ -3006,7 +3006,7 @@ if test "$_posix4" = yes ; then
fi fi
echores "$_posix4" echores "$_posix4"
for func in llrint log2 lrint lrintf round roundf truncf; do for func in exp2 exp2f llrint log2 log2f lrint lrintf round roundf truncf; do
echocheck $func echocheck $func
cat > $TMPC << EOF cat > $TMPC << EOF
#include <math.h> #include <math.h>
@ -8682,12 +8682,15 @@ $def_winsock2_h
/* system functions */ /* system functions */
$def_exp2
$def_exp2f
$def_gethostbyname2 $def_gethostbyname2
$def_gettimeofday $def_gettimeofday
$def_glob $def_glob
$def_langinfo $def_langinfo
$def_llrint $def_llrint
$def_log2 $def_log2
$def_log2f
$def_lrint $def_lrint
$def_lrintf $def_lrintf
$def_map_memalign $def_map_memalign