13
0

don't specify VAMP_PATH in regular code. it should be given either in the bundle fixup_environment() call or in a startup script

git-svn-id: svn://localhost/ardour2/branches/3.0@12350 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-05-20 23:06:46 +00:00
parent 57bd915d66
commit efbeb2dd1a

View File

@ -317,12 +317,6 @@ ARDOUR::init (bool use_windows_vst, bool try_optimization)
AUPluginInfo::load_cached_info ();
#endif
/* Make VAMP look in our library ahead of anything else */
SearchPath sp (ardour_dll_directory());
sp.add_subdirectory_to_paths ("vamp");
setenv ("VAMP_PATH", sp.to_string().c_str(), 1);
setup_hardware_optimization (try_optimization);
SourceFactory::init ();