[MPlayer-cvslog] r23123 - trunk/configure

diego subversion at mplayerhq.hu
Thu Apr 26 14:09:21 CEST 2007


Author: diego
Date: Thu Apr 26 14:09:20 2007
New Revision: 23123

Log:
Move misplaced res_comment to where it actually takes effect.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Apr 26 14:09:20 2007
@@ -6186,7 +6186,6 @@ echocheck "FFmpeg libavcodec"
 if test "$_libavcodec_a" = auto ; then
   # Note: static linking is preferred to dynamic linking
   _libavcodec=no
-  _res_comment="static"
   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
@@ -6207,7 +6206,7 @@ EOF
       _res_comment="libavutil availability does not fit libavcodec version"
       if test "$_libavutil_required" = "$_libavutil_a"; then
         _libavcodec_a="yes"
-        _res_comment=""
+        _res_comment="static"
       fi
     fi
   fi



More information about the MPlayer-cvslog mailing list