Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-sdk/FFT.cpp @ 516:df32b473b9b6
Update versions throughout to 2.8
author | Chris Cannam |
---|---|
date | Fri, 01 Feb 2019 16:15:11 +0000 |
parents | 90571dcc371a |
children | db2cd87cef6f |
comparison
equal
deleted
inserted
replaced
515:34565c6868ed | 516:df32b473b9b6 |
---|---|
39 #include <stdlib.h> | 39 #include <stdlib.h> |
40 #include <stdio.h> | 40 #include <stdio.h> |
41 #include <math.h> | 41 #include <math.h> |
42 #include <string.h> | 42 #include <string.h> |
43 | 43 |
44 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 7 ) | 44 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 8 ) |
45 #error Unexpected version of Vamp SDK header included | 45 #error Unexpected version of Vamp SDK header included |
46 #endif | 46 #endif |
47 | 47 |
48 _VAMP_SDK_PLUGSPACE_BEGIN(FFT.cpp) | 48 _VAMP_SDK_PLUGSPACE_BEGIN(FFT.cpp) |
49 | 49 |