Mercurial > audlegacy
changeset 834:0bb30ec2bce9 trunk
[svn] - revert pluginenum change (did no good)
- remove tags/Makefile reference from configure
author | nenolod |
---|---|
date | Mon, 13 Mar 2006 20:21:42 -0800 |
parents | d17d96d91e7d |
children | 806bd76cf64c |
files | audacious/pluginenum.c configure.ac |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;
--- 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