diff 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
line wrap: on
line diff
--- a/src/vamp-sdk/PluginAdapter.cpp	Fri Nov 07 15:28:33 2008 +0000
+++ b/src/vamp-sdk/PluginAdapter.cpp	Fri Nov 07 16:39:24 2008 +0000
@@ -39,6 +39,11 @@
 #include <cstring>
 #include <cstdlib>
 
+#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 0 )
+#error Incorrect Vamp SDK header included (not the expected 2.0 SDK)
+#endif
+
+
 //#define DEBUG_PLUGIN_ADAPTER 1
 
 _VAMP_SDK_PLUGSPACE_BEGIN(PluginAdapter.cpp)