summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-01-27 14:55:58 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-27 14:55:58 -0500
commitf8737f701264c8514006c7dbbf26025b62f98e39 (patch)
tree0a9db1aed1e0864629a93685ec9a01a02405e0df
parent10d577146ae096b89065829f7ea9c5bbbc70a31a (diff)
add new folders to linux vst search path to help out AVLinux and some other specialized distros
-rw-r--r--libs/ardour/plugin_manager.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/plugin_manager.cc b/libs/ardour/plugin_manager.cc
index 90522a7e06..a10f27be1e 100644
--- a/libs/ardour/plugin_manager.cc
+++ b/libs/ardour/plugin_manager.cc
@@ -646,7 +646,8 @@ PluginManager::lxvst_refresh ()
}
if (lxvst_path.length() == 0) {
- lxvst_path = "/usr/local/lib64/lxvst:/usr/local/lib/lxvst:/usr/lib64/lxvst:/usr/lib/lxvst";
+ lxvst_path = "/usr/local/lib64/lxvst:/usr/local/lib/lxvst:/usr/lib64/lxvst:/usr/lib/lxvst"
+ "/usr/local/lib64/linux_vst:/usr/local/lib/linux_vst:/usr/lib64/linux_vst:/usr/lib/linux_vst";
}
lxvst_discover_from_path (lxvst_path);