From 90cfa63b4fb1b52ed15027441c6a979a830d8ca3 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Tue, 21 Dec 2010 09:29:00 +0000 Subject: Moved user config paths. Please see the ChangeLog. --- muse2/synti/simpledrums2/ssplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'muse2/synti/simpledrums2/ssplugin.cpp') diff --git a/muse2/synti/simpledrums2/ssplugin.cpp b/muse2/synti/simpledrums2/ssplugin.cpp index 2d8382e6..9d32b2c3 100644 --- a/muse2/synti/simpledrums2/ssplugin.cpp +++ b/muse2/synti/simpledrums2/ssplugin.cpp @@ -97,7 +97,7 @@ void SS_initPlugins() const char* ladspaPath = getenv("LADSPA_PATH"); if (ladspaPath == 0) - ladspaPath = "/usr/lib/ladspa:/usr/local/lib/ladspa"; + ladspaPath = "/usr/lib/ladspa:/usr/local/lib/ladspa:/usr/lib64/ladspa:/usr/local/lib64/ladspa"; const char* p = ladspaPath; while (*p != '\0') { -- cgit v1.2.3