summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-10 20:35:32 +0100
committerRobin Gareus <robin@gareus.org>2014-01-10 20:35:32 +0100
commit0bdf4c25cfee8cf2408d2b1367f2c5e5c8c509b1 (patch)
treea817bdf7cb55333f21cca2bd25668613242ffe85 /libs/ardour
parent7396fcf0b174344706083ea927ede616f03c5e0a (diff)
fix panner search path
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/panner_search_path.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/panner_search_path.cc b/libs/ardour/panner_search_path.cc
index 49ca786182..49349238e4 100644
--- a/libs/ardour/panner_search_path.cc
+++ b/libs/ardour/panner_search_path.cc
@@ -35,6 +35,7 @@ SearchPath
panner_search_path ()
{
SearchPath spath(user_config_directory ());
+ spath += ardour_dll_directory ();
spath.add_subdirectory_to_paths(panner_dir_name);
spath += SearchPath(Glib::getenv(panner_env_variable_name));
return spath;