summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 12:35:04 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 12:35:04 +0000
commit2620815f39bd88a73f5155c52cee8ff18a3ad5aa (patch)
treeb6da6063f1e26eec750588193d8f77693d792208 /configure
parentacba193b4d5e7a9fb7e0f4aadf5fa37536273be4 (diff)
downloadmpv-2620815f39bd88a73f5155c52cee8ff18a3ad5aa.tar.bz2
mpv-2620815f39bd88a73f5155c52cee8ff18a3ad5aa.tar.xz
Remove redundant comments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23129 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 4bd00b09ea..c9c1f15f2e 100755
--- a/configure
+++ b/configure
@@ -6184,7 +6184,6 @@ echores "$_libavutil"
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 @@ if test "$_libavcodec_a" = auto ; then
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 @@ echores "$_libavcodec"
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