Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/hostguard.h @ 501:90571dcc371a vamp-kiss-naming
Extensively rename things in the KissFFT headers to use a Vamp prefix. The motivation is not to change anything about the Vamp SDK library builds, but to avoid confusion in case any other code (for example that pulls in the Vamp SDK as part of a wider project definition) accidentally includes these headers instead of, or as well as, some other copy of KissFFT.
author | Chris Cannam |
---|---|
date | Tue, 30 Jan 2018 09:56:46 +0000 |
parents | 2dbb3f920abc |
children | df32b473b9b6 |
comparison
equal
deleted
inserted
replaced
500:4a86f866bb6b | 501:90571dcc371a |
---|---|
39 | 39 |
40 #ifdef _VAMP_IN_PLUGINSDK | 40 #ifdef _VAMP_IN_PLUGINSDK |
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 1 |
45 | 45 |
46 #define VAMP_SDK_VERSION "2.7.1" | 46 #define VAMP_SDK_VERSION "2.7.1" |
47 #define VAMP_SDK_MAJOR_VERSION 2 | 47 #define VAMP_SDK_MAJOR_VERSION 2 |
48 #define VAMP_SDK_MINOR_VERSION 7 | 48 #define VAMP_SDK_MINOR_VERSION 7 |
49 | 49 |