Mercurial > mplayer.hg
changeset 33831:93a85875e6ae
configure: Drop obsolete addition of FF_API_MAX_STREAMS to CPPFLAGS.
author | diego |
---|---|
date | Mon, 25 Jul 2011 17:04:32 +0000 |
parents | f1cae258e3c7 |
children | 725b020e5c31 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Jul 25 15:34:17 2011 +0000 +++ b/configure Mon Jul 25 17:04:32 2011 +0000 @@ -6824,7 +6824,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 elif test "$ffmpeg_so" = auto ; then ffmpeg_so=no if $_pkg_config --exists libavutil ; then