Mercurial > mplayer.hg
comparison DOCS/documentation.html @ 5704:bcc920353f51
better lame2.96inconsistency explanation
author | gabucino |
---|---|
date | Fri, 19 Apr 2002 19:12:06 +0000 |
parents | db6de8e38f7d |
children | 71843ef1a085 |
comparison
equal
deleted
inserted
replaced
5703:efd2518b174e | 5704:bcc920353f51 |
---|---|
1847 (for example compiled on P3 and running on celeron)<BR> | 1847 (for example compiled on P3 and running on celeron)<BR> |
1848 Solution: compile MPlayer on the same machine where you will use it!<BR> | 1848 Solution: compile MPlayer on the same machine where you will use it!<BR> |
1849 Workaround: ./configure --disable-sse etc. options</LI> | 1849 Workaround: ./configure --disable-sse etc. options</LI> |
1850 | 1850 |
1851 <LI>"Internal buffer inconsistency" during MEncoder run:<BR> | 1851 <LI>"Internal buffer inconsistency" during MEncoder run:<BR> |
1852 Problem: known gcc 2.96 bug, no fix yet. If you have gcc 2.95, you | 1852 Problem: known problem when lame was compiled with gcc 2.96 or 3.x, no fix |
1853 have a libmp3lame library that was compiled with gcc 2.96 (installed from | 1853 yet.<BR> |
1854 a deb/rpm package?). Check which lib does MEncoder found : ldd mencoder.</LI> | 1854 Workaround: compile lame with gcc 2.95. Be sure to remove any installed |
1855 lame packages, they may have been compiled with gcc 2.96 .</LI> | |
1855 | 1856 |
1856 <LI>Messed up MP2/MP3 sound on PPC:<BR> | 1857 <LI>Messed up MP2/MP3 sound on PPC:<BR> |
1857 Problem: known GCC miscompilation bug on PPC platforms, no fix yet.<BR> | 1858 Problem: known GCC miscompilation bug on PPC platforms, no fix yet.<BR> |
1858 Workaround: use FFmpeg's (slow) MP1/MP2/MP3 decoder (<CODE>-ac ffmpeg</CODE>)</LI> | 1859 Workaround: use FFmpeg's (slow) MP1/MP2/MP3 decoder (<CODE>-ac ffmpeg</CODE>)</LI> |
1859 | 1860 |