changeset 23111:83bc9aff4a4a

Remove redundant comments.
author diego
date Thu, 26 Apr 2007 12:35:04 +0000
parents 1fdb9b3d5d1e
children 3f8ec638b3a7
files configure
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Apr 26 12:34:37 2007 +0000
+++ b/configure	Thu Apr 26 12:35:04 2007 +0000
@@ -6184,7 +6184,6 @@
 
 echocheck "FFmpeg libavcodec"
 if test "$_libavcodec_a" = auto ; then
-  # Note: static linking is preferred to dynamic linking
   _libavcodec_a=no
   if test -d libavcodec && test -f libavcodec/utils.c ; then
         _libavcodec_a="yes"
@@ -6193,7 +6192,6 @@
 elif test "$_libavcodec_so" = auto ; then
   _libavcodec_so=no
   _res_comment="libavcodec.so is discouraged over static libavcodec"
-# FIXME : check for avcodec_find_encoder_by_name() for mencoder
   cat > $TMPC << EOF
 #include <ffmpeg/avcodec.h>
 int main(void) { avcodec_find_encoder_by_name(""); return 0; }
@@ -6215,7 +6213,6 @@
 
 echocheck "FFmpeg libavformat"
 if test "$_libavformat_a" = auto ; then
-  # Note: static linking is preferred to dynamic linking
   _libavformat_a=no
   if test -d libavformat && test -f libavformat/utils.c ; then
     _libavformat_a=yes