# HG changeset patch # User arpi # Date 1037415266 0 # Node ID 31bda85aeb1190ef4196af298c82c1375fc637a7 # Parent 3ae71e4f2858830330543dcda176f4582462c345 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 diff -r 3ae71e4f2858 -r 31bda85aeb11 configure --- a/configure Fri Nov 15 00:12:38 2002 +0000 +++ b/configure Sat Nov 16 02:54:26 2002 +0000 @@ -3854,7 +3854,6 @@ 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;