Ignore:
Timestamp:
Mar 5, 2013, 5:46:48 PM (12 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:
63f6c13
Parents:
208336b
Message:

python/: improve build

File:
1 edited

Legend:

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

    r208336b rad5203c  
    1111#ifndef PY_AUBIO_MODULE_MAIN
    1212#define NO_IMPORT_ARRAY
     13#endif
     14#include <numpy/arrayobject.h>
     15#ifndef PY_AUBIO_MODULE_UFUNC
    1316#define NO_IMPORT_UFUNC
     17#else
     18#include <numpy/ufuncobject.h>
    1419#endif
    1520
    1621// import aubio
    17 #include <numpy/ndarraytypes.h>
    18 #include <numpy/ufuncobject.h>
    19 #include <numpy/npy_3kcompat.h>
     22//#include <numpy/npy_3kcompat.h>
    2023
    2124#define AUBIO_UNSTABLE 1
    22 #include <aubio.h>
     25#include "aubio.h"
    2326
    2427#define Py_default_vector_length 1024
Note: See TracChangeset for help on using the changeset viewer.