From 5671f4329ee4f5503651377acb78ca90236c66e7 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sat, 11 Jul 2009 09:41:44 +0000 Subject: [PATCH] Fix compilation after FFmpeg r19395. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29417 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ -8526,6 +8526,7 @@ $def_gettimeofday $def_glob $def_langinfo $def_llrint +$def_log2 $def_lrint $def_lrintf $def_map_memalign