diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-12-21 09:29:00 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-12-21 09:29:00 +0000 |
commit | 90cfa63b4fb1b52ed15027441c6a979a830d8ca3 (patch) | |
tree | b44ee81311c34c6582d4f7f79546a419e4969b23 /muse2/synti/simpledrums2 | |
parent | e15d47a854b5a2786968fd8a783abc6a16d945d3 (diff) |
Moved user config paths. Please see the ChangeLog.
Diffstat (limited to 'muse2/synti/simpledrums2')
-rw-r--r-- | muse2/synti/simpledrums2/ssplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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') { |