Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/plugguard.h @ 243:3cf5bd155e5b
* Some build improvements
* Make parameterisable values in tempo estimator into parameters
author | cannam |
---|---|
date | Mon, 10 Nov 2008 22:04:40 +0000 |
parents | 7b12c3decc42 |
children | 4454843ff384 |
comparison
equal
deleted
inserted
replaced
242:7f3a806ed1df | 243:3cf5bd155e5b |
---|---|
72 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) | 72 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) |
73 #define _VAMP_SDK_PLUGSPACE_END(h) | 73 #define _VAMP_SDK_PLUGSPACE_END(h) |
74 | 74 |
75 #else | 75 #else |
76 | 76 |
77 #define _VAMP_IN_PLUGINSDK | 77 #define _VAMP_IN_PLUGINSDK 1 |
78 | 78 |
79 #ifdef _VAMP_NO_PLUGIN_NAMESPACE | 79 #ifdef _VAMP_NO_PLUGIN_NAMESPACE |
80 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) | 80 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) |
81 #define _VAMP_SDK_PLUGSPACE_END(h) | 81 #define _VAMP_SDK_PLUGSPACE_END(h) |
82 #else | 82 #else |