changeset 23105:e06073016699

Move misplaced res_comment to where it actually takes effect.
author diego
date Thu, 26 Apr 2007 12:09:20 +0000
parents 5cf9cb315986
children f47defd03fa8
files configure
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Apr 26 11:59:26 2007 +0000
+++ b/configure	Thu Apr 26 12:09:20 2007 +0000
@@ -6186,7 +6186,6 @@
 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 @@
       _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