summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-27 16:43:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-27 16:43:05 +0000
commit2d77f658dd9b361cce2c5b395dd4d64d1a7a2bde (patch)
treeff43fa5379cdd62f63612fd5fbd4f0b91913d11f /DOCS
parent7cb545ce5b57b5b957f38bb0f4405a18efc8f252 (diff)
downloadmpv-2d77f658dd9b361cce2c5b395dd4d64d1a7a2bde.tar.bz2
mpv-2d77f658dd9b361cce2c5b395dd4d64d1a7a2bde.tar.xz
GCC 2.96 update
Patch by Dominik Mierzejewski <dominik@rangers.eu.org>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6576 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/encoding.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 354508ce0a..c1f101b0d3 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -34,7 +34,7 @@ stream copying and video resizing abilities.</P>
<LI><B>OPTIONAL</B> - for libavcodec support, install libavcodec as
described in the <A HREF="codecs.html#2.2.1.2">libavcodec section</A>.</LI>
<LI><B>OPTIONAL</B> - download and compile <B>libmp3lame</B> (from lame 3.89beta or lame CVS).<BR>
- <B>WARNING: DO NOT COMPILE LAME WITH <U>GCC 2.96</U>! It won't
+ <B>WARNING: DO NOT COMPILE LAME &lt; 3.90 WITH <U>GCC 2.96</U>! It won't
work properly!</B><BR>
This
is needed for CBR/VBR MP3 audio encoding ability. Note that a single
@@ -44,7 +44,7 @@ stream copying and video resizing abilities.</P>
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>
+ Well, delete that <B>GCC 2.96</B> or upgrade lame to at least <B>3.90</B>.</LI>
<LI><B>OPTIONAL</B> - <CODE>libjpeg</CODE> and <CODE>libpng</CODE> -
as described in the <A HREF="documentation.html#1.3">Installation</A>
section</LI>