Mercurial > hg > svcore
changeset 80:8739096929dd
* Update Windows Vamp plugin search path
author | Chris Cannam |
---|---|
date | Mon, 24 Apr 2006 17:06:32 +0000 |
parents | 9e027aa5b5c3 |
children | f277a171749d |
files | base/System.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/base/System.h Mon Apr 24 15:52:20 2006 +0000 +++ b/base/System.h Mon Apr 24 17:06:32 2006 +0000 @@ -32,7 +32,7 @@ #define PLUGIN_GLOB "*.dll" #define PATH_SEPARATOR ';' -#define DEFAULT_VAMP_PATH "" +#define DEFAULT_VAMP_PATH "C:\\Program Files\\Vamp Plugins" extern "C" { void gettimeofday(struct timeval *p, void *tz); @@ -57,7 +57,7 @@ #ifdef __APPLE__ #define PLUGIN_GLOB "*.dylib" -#define DEFAULT_VAMP_PATH "/Library/Audio/Plug-Ins/VAMP/:$HOME/Library/Audio/Plug-Ins/VAMP" +#define DEFAULT_VAMP_PATH "/Library/Audio/Plug-Ins/Vamp/:$HOME/Library/Audio/Plug-Ins/Vamp" #else