# HG changeset patch # User reimar # Date 1304844704 0 # Node ID 2b5e0610a0722bbfefc0bb3cb2e1d7e1c3ac14d6 # Parent a9a7c7514c431caee34e29b1e9d28a29c3d1debb Mark mp3lib decoder as buggy, it does not produce proper output when compiled with gcc 4.6 diff -r a9a7c7514c43 -r 2b5e0610a072 etc/codecs.conf --- a/etc/codecs.conf Sun May 08 08:42:27 2011 +0000 +++ b/etc/codecs.conf Sun May 08 08:51:44 2011 +0000 @@ -4415,8 +4415,8 @@ ; floating point and there are even broken mkv files where the audio ; needs to be parsed, making this codec work more reliably info "mp3lib MPEG layer-2, layer-3" - status working - comment "Optimized to MMX/SSE/3Dnow!" + status buggy + comment "Barely maintained, miscompiles with newer gcc versions" format 0x50 ; layer-1 && layer-2 format 0x55 ; layer-3 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)