summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-16 22:54:36 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-16 22:54:36 +0000
commit1e50777fb8e235375783868c223b466ca9e39e1b (patch)
treeeaa25c925344fefd6037cfe83b6068aeebdde6f4 /DOCS
parentb771c98ced1d2179193572a2a41ed007a5ed6d5b (diff)
downloadmpv-1e50777fb8e235375783868c223b466ca9e39e1b.tar.bz2
mpv-1e50777fb8e235375783868c223b466ca9e39e1b.tar.xz
gcc 296 leszoppancs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2937 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/encoding.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index e710c5f118..ac2dadd9dd 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -24,7 +24,13 @@ other interesting stuff.</P>
encoding.</LI>
<LI>download and install <B>libmp3lame</B> (from lame 3.89beta or lame CVS). This
is needed for CBR/VBR MP3 audio encoding ability. Note that a single
- <CODE>lame</CODE> binary isn't sufficient.</LI>
+ <CODE>lame</CODE> binary isn't sufficient. BTW: the less optimization
+ you use for lame, the better the quality will be. You can test
+ quality by running <CODE>make lame</CODE> after lame's compiling process
+ is over. The resulting number should be less than <B>30</B>. Don't
+ panic if it's <B>400</B> or so, you shouldn't heard any audible
+ quality decrease. Oh, and if your compiler doesn't even run <CODE>make test</CODE> ...
+ Well, delete that <B>GCC 2.96</B>.</LI>
<LI>use <CODE>./configure</CODE> with optional parameters as usual, and
type : <CODE>make mencoder</CODE> , then <CODE>make install</CODE> .
</UL>