[MPlayer-cvslog] r33919 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Jul 25 19:04:32 CEST 2011
Author: diego
Date: Mon Jul 25 19:04:32 2011
New Revision: 33919
Log:
configure: Drop obsolete addition of FF_API_MAX_STREAMS to CPPFLAGS.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Jul 25 17:34:17 2011 (r33918)
+++ trunk/configure Mon Jul 25 19:04:32 2011 (r33919)
@@ -6824,7 +6824,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
elif test "$ffmpeg_so" = auto ; then
ffmpeg_so=no
if $_pkg_config --exists libavutil ; then
More information about the MPlayer-cvslog
mailing list