comparison vampy-main.cpp @ 70:6c755f3e1173

More fixes
author Chris Cannam
date Mon, 17 Nov 2014 14:07:00 +0000
parents 146d14ab15e7
children f5c028376bf9 049de1137eab
comparison
equal deleted inserted replaced
69:f5b8646494d2 70:6c755f3e1173
29 // this is not part of the API, but we will require it for a bug workaround 29 // this is not part of the API, but we will require it for a bug workaround
30 // define this symbol if you use another version of numpy in the makefile 30 // define this symbol if you use another version of numpy in the makefile
31 // Vampy will not attempt to load a lower version than specified 31 // Vampy will not attempt to load a lower version than specified
32 #ifdef HAVE_NUMPY 32 #ifdef HAVE_NUMPY
33 #ifndef NUMPY_SHORTVERSION 33 #ifndef NUMPY_SHORTVERSION
34 #define NUMPY_SHORTVERSION 1.1 34 #define NUMPY_SHORTVERSION 1.9
35 #endif 35 #endif
36 #endif 36 #endif
37 37
38 #include "vamp/vamp.h" 38 #include "vamp/vamp.h"
39 #include "vamp-sdk/PluginAdapter.h" 39 #include "vamp-sdk/PluginAdapter.h"