diff src/madplug/plugin.h @ 1570:85788238cbf5

madplug: remove rpath. PUT THIS IN CONFIGURE.AC. -Wl,rpath= IS NOT PORTABLE. I WILL KEEP REMOVING THIS. madplug: fix symbol collisions
author William Pitcock <nenolod@atheme.org>
date Sun, 02 Sep 2007 22:18:43 -0500
parents 4993976d7ed0
children e8ea3a76a84e
line wrap: on
line diff
--- a/src/madplug/plugin.h	Sun Sep 02 22:01:45 2007 -0500
+++ b/src/madplug/plugin.h	Sun Sep 02 22:18:43 2007 -0500
@@ -128,8 +128,8 @@
 };
 
 // global variables
-InputPlugin *mad_plugin;
-struct audmad_config_t audmad_config;
+extern InputPlugin *mad_plugin;
+extern struct audmad_config_t audmad_config;
 
 // gcond
 extern GMutex *mad_mutex;