don't specify VAMP_PATH in regular code. it should be given either in the bundle...
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 20 May 2012 23:06:46 +0000 (23:06 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 20 May 2012 23:06:46 +0000 (23:06 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12350 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/globals.cc

index c6aa660115e7695ceaa1fc2b27feb631554b8b7e..1560e96a97e14b0e262874a44db5392602662c52 100644 (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 ();