[MPlayer-cvslog] r29417 - trunk/configure

cehoyos subversion at mplayerhq.hu
Sat Jul 11 11:41:45 CEST 2009


Author: cehoyos
Date: Sat Jul 11 11:41:44 2009
New Revision: 29417

Log:
Fix compilation after FFmpeg r19395.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Jul  9 15:28:56 2009	(r29416)
+++ trunk/configure	Sat Jul 11 11:41:44 2009	(r29417)
@@ -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


More information about the MPlayer-cvslog mailing list