13
0

Comment previous commit.

git-svn-id: svn://localhost/ardour2/branches/3.0@10630 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-15 22:12:51 +00:00
parent 943b15e3b9
commit a6d6308230

View File

@ -63,7 +63,11 @@ PannerManager::discover_panners ()
{
vector<sys::path> panner_modules;
/* We reject symlinked panner .so files below, so we must find the unlinked
(versioned) names here.
*/
Glib::PatternSpec so_extension_pattern("*.so*");
Glib::PatternSpec dylib_extension_pattern("*.dylib");
find_matching_files_in_search_path (panner_search_path (),