aboutsummaryrefslogtreecommitdiff
path: root/pluginhost~/jload.c
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2013-04-10 15:33:12 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2013-04-10 15:33:12 +0000
commit7844efa60c29a617dcf3b434e4cab3f0ff85e216 (patch)
tree5d7e67cad86d7952abc6271ff1625627edc4a4fe /pluginhost~/jload.c
parentad6cee696d1f34ac5863de8cd591c4f6065450bb (diff)
svn path=/trunk/externals/postlude/; revision=17084
Diffstat (limited to 'pluginhost~/jload.c')
-rw-r--r--pluginhost~/jload.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pluginhost~/jload.c b/pluginhost~/jload.c
index 1672b91..38ab4a3 100644
--- a/pluginhost~/jload.c
+++ b/pluginhost~/jload.c
@@ -137,7 +137,8 @@ loadLADSPAPluginLibrary(const char * pcPluginFilename) {
void * pvPluginHandle;
- pvPluginHandle = dlopenLADSPA(pcPluginFilename, RTLD_NOW);
+ pvPluginHandle = dlopenLADSPA(pcPluginFilename, RTLD_NOW |
+ RTLD_LOCAL);
if (!pvPluginHandle) {
fprintf(stderr,
"Failed to load plugin \"%s\": %s\n",