From 8a44aa9aba635ea43429dc929ebcd0d3d57da23c Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 10 Mar 2014 14:42:45 +0000 Subject: Transfer 'lv2_bundled_search_path()' into 'libs/ardour/search_paths.cc' --- libs/ardour/search_paths.cc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libs/ardour/search_paths.cc') diff --git a/libs/ardour/search_paths.cc b/libs/ardour/search_paths.cc index 45a2e13974..0fc9f0c4f5 100644 --- a/libs/ardour/search_paths.cc +++ b/libs/ardour/search_paths.cc @@ -100,4 +100,13 @@ ladspa_search_path () return spath_env + spath; } +Searchpath +lv2_bundled_search_path () +{ + Searchpath spath( ardour_dll_directory () ); + spath.add_subdirectory_to_paths ("LV2"); + + return spath; +} + } // namespace ARDOUR -- cgit v1.2.3