From 289e159b9e0499dd953bb6f5912025ad645dcc57 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 26 Apr 2007 12:30:34 +0000 Subject: Fix typo in _libavcodec vs _libavcodec_a variable name. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23127 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 6e78fa9b9b..29ca7e2959 100755 --- a/configure +++ b/configure @@ -6185,7 +6185,7 @@ echores "$_libavutil" 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 -- cgit v1.2.3