comparison configure @ 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 1935017c0f71
children f2b86274b9d8
comparison
equal deleted inserted replaced
8200:3ae71e4f2858 8201:31bda85aeb11
3852 _libavcodecso=no 3852 _libavcodecso=no
3853 # FIXME : check for avcodec_find_encoder_by_name() for mencoder 3853 # FIXME : check for avcodec_find_encoder_by_name() for mencoder
3854 cat > $TMPC << EOF 3854 cat > $TMPC << EOF
3855 #define FF_POSTPROCESS 1 3855 #define FF_POSTPROCESS 1
3856 #include <ffmpeg/avcodec.h> 3856 #include <ffmpeg/avcodec.h>
3857 int quant_store[MBR+1][MBC+1];
3858 int main(void) { 3857 int main(void) {
3859 avcodec_find_encoder_by_name(""); 3858 avcodec_find_encoder_by_name("");
3860 return 0; 3859 return 0;
3861 } 3860 }
3862 EOF 3861 EOF