Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-sdk/FFT.cpp @ 532:569fc23fa37a
Merge from branch c++11-mutex
author | Chris Cannam |
---|---|
date | Tue, 22 Oct 2019 12:23:53 +0100 |
parents | db2cd87cef6f |
children | 15a89a89aa9b |
comparison
equal
deleted
inserted
replaced
522:0b6802e3b755 | 532:569fc23fa37a |
---|---|
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 != 8 ) | 44 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 9 ) |
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 |