comparison src/vamp-sdk/FFT.cpp @ 410:5628c5ec4000 vamp-plugin-sdk-v2.6

Naturally, I forgot to update the version in the headers. Argh. Sorry
author Chris Cannam
date Mon, 22 Jun 2015 09:28:58 +0100
parents dc40fff9f20b
children abdf03252c8a
comparison
equal deleted inserted replaced
409:dea71aac0c5b 410:5628c5ec4000
36 36
37 #include <vamp-sdk/FFT.h> 37 #include <vamp-sdk/FFT.h>
38 38
39 #include <cmath> 39 #include <cmath>
40 40
41 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 5 ) 41 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 6 )
42 #error Unexpected version of Vamp SDK header included 42 #error Unexpected version of Vamp SDK header included
43 #endif 43 #endif
44 44
45 #ifdef _MSC_VER 45 #ifdef _MSC_VER
46 #include <stdlib.h> 46 #include <stdlib.h>