# HG changeset patch # User arpi # Date 1009685007 0 # Node ID 25c134901aa2c4fbb479c6a87770a3d64b81042d # Parent 2bafb3aaae46d219355a67871ae0cae74ef760a8 more recent libavcodec check diff -r 2bafb3aaae46 -r 25c134901aa2 configure --- a/configure Sun Dec 30 03:57:55 2001 +0000 +++ b/configure Sun Dec 30 04:03:27 2001 +0000 @@ -2331,8 +2331,8 @@ if test "$_libavcodec" = auto ; then # Note: static linking is preferred to dynamic linking _libavcodec=no - if test -d libavcodec && test -f libavcodec/avcodec.h ; then - if grep MBC libavcodec/avcodec.h > /dev/null 2>&1 ; then + if test -d libavcodec && test -f libavcodec/utils.c ; then + if grep avcodec_find_encoder_by_name libavcodec/utils.c > /dev/null 2>&1 ; then _libavcodec=yes echores "yes" else