Mercurial > mplayer.hg
changeset 23109:d01ab20fd7f4
Fix typo in _libavcodec vs _libavcodec_a variable name.
author | diego |
---|---|
date | Thu, 26 Apr 2007 12:30:34 +0000 |
parents | 7c60ea3e4902 |
children | 1fdb9b3d5d1e |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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