comparison src/vamp-sdk/PluginAdapter.cpp @ 234:7b12c3decc42 distinct-libraries

* install fixes, mostly
author cannam
date Fri, 07 Nov 2008 16:39:24 +0000
parents 521734d2b498
children 7b90fe049d04
comparison
equal deleted inserted replaced
233:521734d2b498 234:7b12c3decc42
36 36
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
42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 0 )
43 #error Incorrect Vamp SDK header included (not the expected 2.0 SDK)
44 #endif
45
41 46
42 //#define DEBUG_PLUGIN_ADAPTER 1 47 //#define DEBUG_PLUGIN_ADAPTER 1
43 48
44 _VAMP_SDK_PLUGSPACE_BEGIN(PluginAdapter.cpp) 49 _VAMP_SDK_PLUGSPACE_BEGIN(PluginAdapter.cpp)
45 50