# HG changeset patch # User diego # Date 1177590634 0 # Node ID d01ab20fd7f4a440fdd4d540b402ac0a57621f7f # Parent 7c60ea3e4902583164ce3d4d9b4ccfd8b58b0d76 Fix typo in _libavcodec vs _libavcodec_a variable name. diff -r 7c60ea3e4902 -r d01ab20fd7f4 configure --- a/configure Thu Apr 26 12:26:52 2007 +0000 +++ b/configure Thu Apr 26 12:30:34 2007 +0000 @@ -6185,7 +6185,7 @@ echocheck "FFmpeg libavcodec" if test "$_libavcodec_a" = auto ; then # Note: static linking is preferred to dynamic linking - _libavcodec=no + _libavcodec_a=no if test -d libavcodec && test -f libavcodec/utils.c ; then _res_comment="old ffmpeg version, use CVS !" if grep avcodec_find_encoder_by_name libavcodec/utils.c > /dev/null 2>&1 ; then