# HG changeset patch # User gabucino # Date 1019243526 0 # Node ID bcc920353f51296b9824d1ca3b7c958fd63c88f9 # Parent efd2518b174e288df520e7a38d72a61d1991f0c4 better lame2.96inconsistency explanation diff -r efd2518b174e -r bcc920353f51 DOCS/documentation.html --- 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
  • "Internal buffer inconsistency" during MEncoder run:
    - 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.
  • + Problem: known problem when lame was compiled with gcc 2.96 or 3.x, no fix + yet.
    + Workaround: compile lame with gcc 2.95. Be sure to remove any installed + lame packages, they may have been compiled with gcc 2.96 .
  • Messed up MP2/MP3 sound on PPC:
    Problem: known GCC miscompilation bug on PPC platforms, no fix yet.