summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-30 19:11:11 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-30 19:11:11 +0000
commitbec66d8c771781916f5c91f74d8eb8424daf93fd (patch)
tree3e53734526a6422996db66b9181e6432339464cb /configure
parent6b232ba335cde34feba39be394ae92e1321c597b (diff)
downloadmpv-bec66d8c771781916f5c91f74d8eb8424daf93fd.tar.bz2
mpv-bec66d8c771781916f5c91f74d8eb8424daf93fd.tar.xz
they aren't required more
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3902 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 7a8c916e2e..c20f6c05a3 100755
--- a/configure
+++ b/configure
@@ -2412,7 +2412,7 @@ fi
# mencoder requires (optional) those libs: libmp3lame and divx4linux encore
if test "$_mencoder" != no ; then
- echocheck "libmp3lame (required for mencoder)"
+ echocheck "libmp3lame (for mencoder)"
_mp3lame=no
cat > $TMPC <<EOF
#include <lame/lame.h>
@@ -2428,7 +2428,7 @@ EOF
fi
echores "$_mp3lame"
- echocheck "Divx4linux encore (required for mencoder)"
+ echocheck "Divx4linux encore (for mencoder)"
_divx4linux_encore=no
cat > $TMPC <<EOF
#include <encore2.h>
@@ -2808,11 +2808,11 @@ $_def_dvdread
$_def_decore
/* Indicates if Divx4linux encore is available
- Note: REQUIRED for mencoder */
+ Note: for mencoder */
$_def_encore
/* Indicates if libmp3lame is available
- Note: REQUIRED for mencoder */
+ Note: for mencoder */
$_def_mp3lame
/* Define libmp1e */