Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-hostsdk/PluginHostAdapter.cpp @ 234:7b12c3decc42 distinct-libraries
* install fixes, mostly
author | cannam |
---|---|
date | Fri, 07 Nov 2008 16:39:24 +0000 |
parents | 5ee166dccfff |
children | 7b90fe049d04 |
comparison
equal
deleted
inserted
replaced
233:521734d2b498 | 234:7b12c3decc42 |
---|---|
34 authorization. | 34 authorization. |
35 */ | 35 */ |
36 | 36 |
37 #include <vamp-hostsdk/PluginHostAdapter.h> | 37 #include <vamp-hostsdk/PluginHostAdapter.h> |
38 #include <cstdlib> | 38 #include <cstdlib> |
39 | |
40 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 0 ) | |
41 #error Incorrect Vamp SDK header included (not the expected 2.0 SDK) | |
42 #endif | |
39 | 43 |
40 namespace Vamp | 44 namespace Vamp |
41 { | 45 { |
42 | 46 |
43 PluginHostAdapter::PluginHostAdapter(const VampPluginDescriptor *descriptor, | 47 PluginHostAdapter::PluginHostAdapter(const VampPluginDescriptor *descriptor, |