Changeset a315be7 for python/ext


Ignore:
Timestamp:
Mar 11, 2014, 3:38:17 PM (10 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:
e2eee03
Parents:
c05d61f
Message:

python/ext/aubio-types.h: define NPY_NO_DEPRECATED_API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/aubio-types.h

    rc05d61f ra315be7  
    22#include <structmember.h>
    33
    4 //#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
     4#define NPY_NO_DEPRECATED_API NPY_1_8_API_VERSION
    55
    66// define numpy unique symbols for aubio
     
    1919#endif
    2020
    21 // import aubio
    2221//#include <numpy/npy_3kcompat.h>
    2322
     23// import aubio
    2424#define AUBIO_UNSTABLE 1
    2525#ifdef USE_LOCAL_AUBIO
Note: See TracChangeset for help on using the changeset viewer.