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
This commit is contained in:
arpi 2002-11-16 02:54:26 +00:00
parent d8cd888d33
commit 6433b78a57
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -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;