1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00

gcc 296 leszoppancs

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2937 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-11-16 22:54:36 +00:00
parent b771c98ced
commit 1e50777fb8

View File

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