Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-sdk/PluginAdapter.cpp @ 308:34754c776530
* Further fix to version handling
author | cannam |
---|---|
date | Thu, 26 Aug 2010 09:30:53 +0000 |
parents | 9abf7455a1a3 |
children | ef1dc9963638 |
comparison
equal
deleted
inserted
replaced
307:ebc47e614cf5 | 308:34754c776530 |
---|---|
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 != 0 ) | 42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 2 ) |
43 #error Incorrect Vamp SDK header included (not the expected 2.0 SDK) | 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 |
48 | 48 |