[MPlayer-cvslog] r23127 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Apr 26 14:30:34 CEST 2007
Author: diego
Date: Thu Apr 26 14:30:34 2007
New Revision: 23127
Log:
Fix typo in _libavcodec vs _libavcodec_a variable name.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Apr 26 14:30:34 2007
@@ -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
More information about the MPlayer-cvslog
mailing list