mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
Merge branch 'master' into cairocanvas
This commit is contained in:
commit
f4b5f4c72e
1 changed files with 3 additions and 2 deletions
|
|
@ -611,8 +611,9 @@ PluginManager::lxvst_refresh ()
|
|||
}
|
||||
|
||||
if (lxvst_path.length() == 0) {
|
||||
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_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:"
|
||||
"/usr/lib/vst:/usr/local/lib/vst";
|
||||
}
|
||||
|
||||
lxvst_discover_from_path (lxvst_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue