[MPlayer-cvslog] r32738 - trunk/configure

reimar subversion at mplayerhq.hu
Fri Dec 31 17:04:57 CET 2010


Author: reimar
Date: Fri Dec 31 17:04:57 2010
New Revision: 32738

Log:
Make internal FFmpeg use the new API that does not pose a limit on the maximum
number of streams.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Dec 31 08:21:29 2010	(r32737)
+++ trunk/configure	Fri Dec 31 17:04:57 2010	(r32738)
@@ -6938,7 +6938,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/libavcore && ffmpeg_a=yes && ffmpeg=yes
+  test -d ffmpeg/libavcore && ffmpeg_a=yes && ffmpeg=yes && extra_cflags="$extra_cflags -DFF_API_MAX_STREAMS=0"
 elif test "$ffmpeg_so" = auto ; then
   ffmpeg_so=no
   if $_pkg_config --exists libavcore ; then


More information about the MPlayer-cvslog mailing list