summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-07-11 09:41:44 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-07-11 09:41:44 +0000
commit5671f4329ee4f5503651377acb78ca90236c66e7 (patch)
tree8abdff7f99a7adaafdf350c3daaf4182d8af7785 /configure
parente404a97a73875d2389fcd4aea135a90ca29d3392 (diff)
downloadmpv-5671f4329ee4f5503651377acb78ca90236c66e7.tar.bz2
mpv-5671f4329ee4f5503651377acb78ca90236c66e7.tar.xz
Fix compilation after FFmpeg r19395.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29417 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 26a765218d..c8d076612c 100755
--- a/configure
+++ b/configure
@@ -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