From cd6fc5a515bfc3fe647d2236c3a2949d86a7d4d5 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 28 Feb 2013 13:18:11 -0500 Subject: [PATCH] python/: remove NPY_NO_DEPRECATED_API to build anyway --- python/aubio-types.h | 2 +- python/aubiomodule.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/aubio-types.h b/python/aubio-types.h index d63bbcd4..9d38c6e3 100644 --- a/python/aubio-types.h +++ b/python/aubio-types.h @@ -1,7 +1,7 @@ #include #include #define NO_IMPORT_ARRAY -#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION +//#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include #define AUBIO_UNSTABLE 1 #include diff --git a/python/aubiomodule.c b/python/aubiomodule.c index df5787e1..9e607af4 100644 --- a/python/aubiomodule.c +++ b/python/aubiomodule.c @@ -1,6 +1,6 @@ #include #define PY_ARRAY_UNIQUE_SYMBOL PyArray_API -#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION +//#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include #include "aubio-types.h" -- 2.26.2