# HG changeset patch # User Matti Hamalainen # Date 1352117258 -7200 # Node ID 55e992b016a1551c0744c42bb5a26256a6545f4e # Parent c310c2a01a3155bfd7257df114346bac8faef76b Update FAQ. diff -r c310c2a01a31 -r 55e992b016a1 FAQ --- a/FAQ Mon Nov 05 12:40:28 2012 +0200 +++ b/FAQ Mon Nov 05 14:07:38 2012 +0200 @@ -205,23 +205,7 @@ Q: XMMS-SID plays some tunes too fast / there are severe playback bugs! -A0: GCC 4.0 (and perhaps GCC 4.1, too) produces broken code when - compiling libSIDPlay2 (it is a bug in the optimizer). If your - distribution uses GCC4 and you have problems with libSIDPlay2, - there are few alternatives: - - 1) Use GCC3 instead. - - 2) Some people also report that disabling all optimizations on - GCC4 (by using -O0) will fix this problem, but other reports - say that it does not on 64-bit platforms. Also, disabling - optimizations will slow libSIDPlay2+reSID VERY MUCH, they - will consume much more CPU then! - - 3) Latest CVS version of libSIDPlay2 has some workarounds for - GCC4 bugs, but it is unknown whether all optimizer bugs have - been caught. - +A0: Upgrade to later version of GCC, like GCC 4.6 or 5.7 A1: If you are using libSIDPlay2 emulator engine, some SID-tunes in old format (PSIDv1) are not compatible with it anymore and may play @@ -229,7 +213,6 @@ tunes in PSIDv2NG or RSID format, for example from recent version of HVSC. - A2: Generally speaking this might be a bug in emulation-library or some other component. Or it might be in XMMS-SID. Report and I'll see what can be done.