From a315be7e0d0b5c2ba0bd7f7a2cb3b1cb15defda4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 11 Mar 2014 11:38:17 -0300 Subject: [PATCH] python/ext/aubio-types.h: define NPY_NO_DEPRECATED_API --- python/ext/aubio-types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ext/aubio-types.h b/python/ext/aubio-types.h index 64af89b7..91842edc 100644 --- a/python/ext/aubio-types.h +++ b/python/ext/aubio-types.h @@ -1,7 +1,7 @@ #include #include -//#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION +#define NPY_NO_DEPRECATED_API NPY_1_8_API_VERSION // define numpy unique symbols for aubio #define PY_ARRAY_UNIQUE_SYMBOL PYAUBIO_ARRAY_API @@ -18,9 +18,9 @@ #include #endif -// import aubio //#include +// import aubio #define AUBIO_UNSTABLE 1 #ifdef USE_LOCAL_AUBIO #include "aubio.h" -- 2.11.0