comparison src/vamp-sdk/FFT.cpp @ 349:dc40fff9f20b

Bump version to 2.5
author Chris Cannam
date Thu, 28 Mar 2013 09:16:11 +0000
parents ab8e761f3ee9
children 5628c5ec4000
comparison
equal deleted inserted replaced
348:8037a36dcf9e 349:dc40fff9f20b
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 != 4 ) 41 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 5 )
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>