summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-16 02:54:26 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-16 02:54:26 +0000
commit6433b78a575f8ddeda9c91b9024db0c3e901f0ab (patch)
treea0efa6bd2a655fda084c263a5fee2f10a3c9e9ba /configure
parentd8cd888d336180570443e70eb2ae60071e4dc667 (diff)
downloadmpv-6433b78a575f8ddeda9c91b9024db0c3e901f0ab.tar.bz2
mpv-6433b78a575f8ddeda9c91b9024db0c3e901f0ab.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
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 <ffmpeg/avcodec.h>
-int quant_store[MBR+1][MBC+1];
int main(void) {
avcodec_find_encoder_by_name("");
return 0;