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.c    Thu May 30 15:23:20 2013
@@ -140,7 +140,7 @@ static FLAC__bool is_big_endian_host_;
 static unsigned bitrate_history_[BITRATE_HIST_SIZE];
 
 
-InputPlugin *get_iplugin_info(void)
+FLAC_API InputPlugin *get_iplugin_info(void)
 {
        flac_ip.description = g_strdup_printf("Reference FLAC Player v%s", 
FLAC__VERSION_STRING);
        return &flac_ip;
-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to