From 6433b78a575f8ddeda9c91b9024db0c3e901f0ab Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 16 Nov 2002 02:54:26 +0000 Subject: [PATCH] configure has problems detecting the latest ffmpeg libavcodec.so. The MBR and MBC defines are now removed from the header. patch by Alexander.Gottwald@s1999.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8202 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 21c5c7d1ef..a8df7a9966 100755 --- a/configure +++ b/configure @@ -3854,7 +3854,6 @@ if test "$_libavcodecso" = auto ; then cat > $TMPC << EOF #define FF_POSTPROCESS 1 #include -int quant_store[MBR+1][MBC+1]; int main(void) { avcodec_find_encoder_by_name(""); return 0;