Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-sdk/PluginAdapter.cpp @ 410:5628c5ec4000 vamp-plugin-sdk-v2.6
Naturally, I forgot to update the version in the headers. Argh. Sorry
author | Chris Cannam |
---|---|
date | Mon, 22 Jun 2015 09:28:58 +0100 |
parents | 7d59dd1ba5de |
children | abdf03252c8a |
comparison
equal
deleted
inserted
replaced
409:dea71aac0c5b | 410:5628c5ec4000 |
---|---|
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 != 5 ) | 42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 6 ) |
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 |