[MPlayer-cvslog] r33278 - trunk/configure

reimar subversion at mplayerhq.hu
Fri Apr 22 08:19:14 CEST 2011


Author: reimar
Date: Fri Apr 22 08:19:14 2011
New Revision: 33278

Log:
Hacks to allow compilation to go further.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Apr 22 08:17:34 2011	(r33277)
+++ trunk/configure	Fri Apr 22 08:19:14 2011	(r33278)
@@ -6877,7 +6877,7 @@ test -d ffmpeg/libavutil ||
   die "MPlayer will not compile without libavutil in the source tree."
 ffmpeg=no
 if test "$ffmpeg_a" = auto ; then
-  test -d ffmpeg/libavutil && ffmpeg_a=yes && ffmpeg=yes && extra_cflags="$extra_cflags -DFF_API_MAX_STREAMS=0"
+  test -d ffmpeg/libavutil && ffmpeg_a=yes && ffmpeg=yes && extra_cflags="$extra_cflags -DFF_API_HURRY_UP=1 -DFF_API_MAX_STREAMS=0"
 elif test "$ffmpeg_so" = auto ; then
   ffmpeg_so=no
   if $_pkg_config --exists libavutil ; then
@@ -8683,6 +8683,7 @@ $def_yasm
 #define HAVE_SYMVER_ASM_LABEL 0
 #define HAVE_SYMVER_GNU_ASM 0
 #define HAVE_SYS_SELECT_H 0
+#define HAVE_TRUNC 1
 #define HAVE_VFP_ARGS 1
 #define HAVE_VIRTUALALLOC 0
 


More information about the MPlayer-cvslog mailing list