# HG changeset patch # User reimar # Date 1303453154 0 # Node ID 32238139a2ff7699282c935030e16d8dc6fee57a # Parent 0220b3e9d5c52ed91ae3d18ab9bf13f92a87d214 Hacks to allow compilation to go further. diff -r 0220b3e9d5c5 -r 32238139a2ff configure --- a/configure Fri Apr 22 06:17:34 2011 +0000 +++ b/configure Fri Apr 22 06:19:14 2011 +0000 @@ -6877,7 +6877,7 @@ 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 @@ #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