mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
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:
parent
57bd915d66
commit
efbeb2dd1a
1 changed files with 0 additions and 6 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue