# HG changeset patch # User nenolod # Date 1142310102 28800 # Node ID 0bb30ec2bce99fd7847b75afff0e8adb8a866082 # Parent d17d96d91e7dac0c17c96e58e1bc322d3993b229 [svn] - revert pluginenum change (did no good) - remove tags/Makefile reference from configure diff -r d17d96d91e7d -r 0bb30ec2bce9 audacious/pluginenum.c --- a/audacious/pluginenum.c Mon Mar 13 19:29:55 2006 -0800 +++ b/audacious/pluginenum.c Mon Mar 13 20:21:42 2006 -0800 @@ -199,7 +199,7 @@ if (plugin_is_duplicate(filename)) return; - if (!(module = g_module_open(filename, G_MODULE_BIND_LAZY))) { + if (!(module = g_module_open(filename, 0))) { printf("Failed to load plugin (%s): %s\n", filename, g_module_error()); return; diff -r d17d96d91e7d -r 0bb30ec2bce9 configure.ac --- a/configure.ac Mon Mar 13 19:29:55 2006 -0800 +++ b/configure.ac Mon Mar 13 20:21:42 2006 -0800 @@ -900,7 +900,6 @@ Plugins/General/song_change/Makefile Plugins/General/lirc/Makefile Plugins/General/scrobbler/Makefile - Plugins/General/scrobbler/tags/Makefile Plugins/Effect/Makefile Plugins/Effect/ladspa/Makefile Plugins/Effect/voice_removal/Makefile