diff base/System.h @ 70:d26c85099215

* Support latest changes to Vamp API (value names for parameters, FFT alignment, value -> bin terminology change)
author Chris Cannam
date Wed, 05 Apr 2006 16:52:30 +0000
parents d397ea0a79f5
children c983dda79f72
line wrap: on
line diff
--- a/base/System.h	Mon Apr 03 17:18:27 2006 +0000
+++ b/base/System.h	Wed Apr 05 16:52:30 2006 +0000
@@ -50,9 +50,18 @@
 #define DLCLOSE(a)   dlclose((a))
 #define DLERROR()    dlerror()
 
+#ifdef __APPLE__
+
+#define PLUGIN_GLOB  "*.dylib"
+
+#else 
+
 #define PLUGIN_GLOB  "*.so"
 
-#endif
+#endif /* __APPLE__ */
 
-#endif
+#endif /* ! _WIN32 */
 
+#endif /* ! _SYSTEM_H_ */
+
+