diff 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
line wrap: on
line diff
--- a/src/vamp-sdk/FFT.cpp	Wed Aug 14 14:58:04 2019 +0100
+++ b/src/vamp-sdk/FFT.cpp	Tue Oct 22 12:23:53 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