summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-19 19:12:06 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-19 19:12:06 +0000
commit02fe80aba65e8ced6918f4288fc16354772c203e (patch)
tree6fe26abf7487d4a2d8b18c54a4a200eabe1e4df1 /DOCS
parent53ee55160d7932c5ce00b3ac4b370a176df3053d (diff)
downloadmpv-02fe80aba65e8ced6918f4288fc16354772c203e.tar.bz2
mpv-02fe80aba65e8ced6918f4288fc16354772c203e.tar.xz
better lame2.96inconsistency explanation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5705 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/documentation.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index d9e1729a67..c3c2aaa85f 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -1849,9 +1849,10 @@ otherwise. Please do not send messages using other language!</P>
Workaround: ./configure --disable-sse etc. options</LI>
<LI>"Internal buffer inconsistency" during MEncoder run:<BR>
- Problem: known gcc 2.96 bug, no fix yet. If you have gcc 2.95, you
- have a libmp3lame library that was compiled with gcc 2.96 (installed from
- a deb/rpm package?). Check which lib does MEncoder found : ldd mencoder.</LI>
+ Problem: known problem when lame was compiled with gcc 2.96 or 3.x, no fix
+ yet.<BR>
+ Workaround: compile lame with gcc 2.95. Be sure to remove any installed
+ lame packages, they may have been compiled with gcc 2.96 .</LI>
<LI>Messed up MP2/MP3 sound on PPC:<BR>
Problem: known GCC miscompilation bug on PPC platforms, no fix yet.<BR>