[flac-dev] [PATCH website] Even more brands for links and sourceforge pages

2013-05-30 Thread Martijn van Beurden
Hi, Once more a patch much too heavy for the list. This will be the last addition for links.html for a while, I think I really got them all now. This patch adds a bunch of brands (some high-profile like Sony, LG, ASUS) that have at least one FLAC-playing device in their line-up. http://www.ice

[flac-dev] 1.3.0: Symbol visibility breaks XMMS plugin

2013-05-30 Thread Christian Weisgerber
FLAC now defaults to building with -fvisibility=hidden on GCC4-ELF platforms. This breaks the XMMS plugin. At least get_iplugin_info() needs to be externally visible. --- src/plugin_xmms/plugin.c.orig Sun May 26 05:30:33 2013 +++ src/plugin_xmms/plugin.cThu May 30 15:23:20 2013 @@ -140