1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +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
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
cat > $TMPC << EOF
#include <math.h>
@ -8682,12 +8682,15 @@ $def_winsock2_h
/* system functions */
$def_exp2
$def_exp2f
$def_gethostbyname2
$def_gettimeofday
$def_glob
$def_langinfo
$def_llrint
$def_log2
$def_log2f
$def_lrint
$def_lrintf
$def_map_memalign