comparison src/vamp-sdk/PluginAdapter.cpp @ 516:df32b473b9b6

Update versions throughout to 2.8
author Chris Cannam
date Fri, 01 Feb 2019 16:15:11 +0000
parents 59f7c7ae2f64
children e0ff22b3c888
comparison
equal deleted inserted replaced
515:34565c6868ed 516:df32b473b9b6
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 != 7 ) 42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 8 )
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