comparison vamp-hostsdk/hostguard.h @ 337:d5c5a52e6c9f

Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
author Chris Cannam
date Thu, 12 Jul 2012 11:37:31 +0100
parents 4454843ff384
children dc40fff9f20b
comparison
equal deleted inserted replaced
336:50df48a51c97 337:d5c5a52e6c9f
41 #error You have included headers from both vamp-sdk and vamp-hostsdk in the same source file. Please include only vamp-sdk headers in plugin code, and only vamp-hostsdk headers in host code. 41 #error You have included headers from both vamp-sdk and vamp-hostsdk in the same source file. Please include only vamp-sdk headers in plugin code, and only vamp-hostsdk headers in host code.
42 #else 42 #else
43 43
44 #define _VAMP_IN_HOSTSDK 44 #define _VAMP_IN_HOSTSDK
45 45
46 #define VAMP_SDK_VERSION "2.4"
47 #define VAMP_SDK_MAJOR_VERSION 2
48 #define VAMP_SDK_MINOR_VERSION 4
49
46 #ifdef _VAMP_NO_HOST_NAMESPACE 50 #ifdef _VAMP_NO_HOST_NAMESPACE
47 #define _VAMP_SDK_HOSTSPACE_BEGIN(h) 51 #define _VAMP_SDK_HOSTSPACE_BEGIN(h)
48 #define _VAMP_SDK_HOSTSPACE_END(h) 52 #define _VAMP_SDK_HOSTSPACE_END(h)
49 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) 53 #define _VAMP_SDK_PLUGSPACE_BEGIN(h)
50 #define _VAMP_SDK_PLUGSPACE_END(h) 54 #define _VAMP_SDK_PLUGSPACE_END(h)