Mercurial > hg > svcore
comparison system/System.h @ 255:7033e188b2b2 sv1-1.0pre4
* OS/X tweaks
author | Chris Cannam |
---|---|
date | Thu, 19 Apr 2007 15:19:51 +0000 |
parents | 03a24547cf3c |
children | 15b47d30c085 |
comparison
equal
deleted
inserted
replaced
254:d2ffb480ff33 | 255:7033e188b2b2 |
---|---|
74 #define DLCLOSE(a) dlclose((a)) | 74 #define DLCLOSE(a) dlclose((a)) |
75 #define DLERROR() dlerror() | 75 #define DLERROR() dlerror() |
76 | 76 |
77 #ifdef __APPLE__ | 77 #ifdef __APPLE__ |
78 | 78 |
79 #define PLUGIN_GLOB "*.dylib" | 79 #define PLUGIN_GLOB "*.dylib *.so" |
80 #define PATH_SEPARATOR ':' | 80 #define PATH_SEPARATOR ':' |
81 | 81 |
82 #define DEFAULT_LADSPA_PATH "$HOME/Library/Audio/Plug-Ins/LADSPA:/Library/Audio/Plug-Ins/LADSPA" | 82 #define DEFAULT_LADSPA_PATH "$HOME/Library/Audio/Plug-Ins/LADSPA:/Library/Audio/Plug-Ins/LADSPA" |
83 #define DEFAULT_DSSI_PATH "$HOME/Library/Audio/Plug-Ins/DSSI:/Library/Audio/Plug-Ins/DSSI" | 83 #define DEFAULT_DSSI_PATH "$HOME/Library/Audio/Plug-Ins/DSSI:/Library/Audio/Plug-Ins/DSSI" |
84 | 84 |