they aren't required more

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3902 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-12-30 19:11:11 +00:00
parent 6b232ba335
commit bec66d8c77
1 changed files with 4 additions and 4 deletions

8
configure vendored
View File

@ -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 */