summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_info_file.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-03 16:42:05 +0100
committerRobin Gareus <robin@gareus.org>2015-03-03 19:54:28 +0100
commita2d1f894b05b23b58fad5d87c309bd42286b24b9 (patch)
tree4cb685e3b277728feb9722e2e1acbd934627acf3 /libs/ardour/vst_info_file.cc
parentcf7d5dbc2dabb2e0207da44ca92dccb30e8fabdb (diff)
recursive VST scans
Diffstat (limited to 'libs/ardour/vst_info_file.cc')
-rw-r--r--libs/ardour/vst_info_file.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc
index 731f3e67e8..2d68421103 100644
--- a/libs/ardour/vst_info_file.cc
+++ b/libs/ardour/vst_info_file.cc
@@ -97,6 +97,7 @@ vstfx_cache_file (const char* dllpath, int personal, const char *ext)
string dir;
if (personal) {
dir = get_personal_vst_info_cache_dir();
+ // TODO prefix path relative to scan-root to avoid duplicates
} else {
dir = Glib::path_get_dirname (std::string(dllpath));
}