diff src/vamp-sdk/FFT.cpp @ 528:db2cd87cef6f c++11-mutex

This will be v2.9
author Chris Cannam
date Tue, 22 Oct 2019 12:10:41 +0100
parents df32b473b9b6
children 15a89a89aa9b
line wrap: on
line diff
--- a/src/vamp-sdk/FFT.cpp	Wed Sep 11 14:55:16 2019 +0100
+++ b/src/vamp-sdk/FFT.cpp	Tue Oct 22 12:10:41 2019 +0100
@@ -41,7 +41,7 @@
 #include <math.h>
 #include <string.h>
 
-#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 8 )
+#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 9 )
 #error Unexpected version of Vamp SDK header included
 #endif