Changeset cd6fc5a for python


Ignore:
Timestamp:
Feb 28, 2013, 7:18:11 PM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
6be592a
Parents:
81fe3273
Message:

python/: remove NPY_NO_DEPRECATED_API to build anyway

Location:
python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/aubio-types.h

    r81fe3273 rcd6fc5a  
    22#include <structmember.h>
    33#define NO_IMPORT_ARRAY
    4 #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
     4//#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
    55#include <numpy/arrayobject.h>
    66#define AUBIO_UNSTABLE 1
  • python/aubiomodule.c

    r81fe3273 rcd6fc5a  
    11#include <Python.h>
    22#define PY_ARRAY_UNIQUE_SYMBOL PyArray_API
    3 #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
     3//#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
    44#include <numpy/arrayobject.h>
    55
Note: See TracChangeset for help on using the changeset viewer.