Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-sdk/PluginAdapter.cpp @ 424:abdf03252c8a vampipe
Next version from this branch (if any) will be 2.7
author | Chris Cannam |
---|---|
date | Thu, 12 May 2016 12:29:54 +0100 |
parents | 5628c5ec4000 |
children | bd8484e19353 |
comparison
equal
deleted
inserted
replaced
423:8c45dee08a95 | 424:abdf03252c8a |
---|---|
37 #include <vamp-sdk/PluginAdapter.h> | 37 #include <vamp-sdk/PluginAdapter.h> |
38 | 38 |
39 #include <cstring> | 39 #include <cstring> |
40 #include <cstdlib> | 40 #include <cstdlib> |
41 | 41 |
42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 6 ) | 42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 7 ) |
43 #error Unexpected version of Vamp SDK header included | 43 #error Unexpected version of Vamp SDK header included |
44 #endif | 44 #endif |
45 | 45 |
46 | 46 |
47 //#define DEBUG_PLUGIN_ADAPTER 1 | 47 //#define DEBUG_PLUGIN_ADAPTER 1 |