changeset 5704:bcc920353f51

better lame2.96inconsistency explanation
author gabucino
date Fri, 19 Apr 2002 19:12:06 +0000
parents efd2518b174e
children 53dde2c75c17
files DOCS/documentation.html
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/documentation.html	Fri Apr 19 16:50:03 2002 +0000
+++ b/DOCS/documentation.html	Fri Apr 19 19:12:06 2002 +0000
@@ -1849,9 +1849,10 @@
   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>