changeset 8201:31bda85aeb11

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
author arpi
date Sat, 16 Nov 2002 02:54:26 +0000
parents 3ae71e4f2858
children a90ecaca3989
files configure
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <ffmpeg/avcodec.h>
-int quant_store[MBR+1][MBC+1];
 int main(void) { 
     avcodec_find_encoder_by_name("");
     return 0;