Changeset 41399bd for python/ext


Ignore:
Timestamp:
Mar 5, 2013, 8:10:57 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:
4d3b573
Parents:
63f6c13
Message:

ext/aubio-types.h: use -DLOCAL_AUBIO to build against local aubio

File:
1 edited

Legend:

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

    r63f6c13 r41399bd  
    2323
    2424#define AUBIO_UNSTABLE 1
     25#ifdef LOCAL_AUBIO
    2526#include "aubio.h"
     27#else
     28#include "aubio/aubio.h"
     29#endif
    2630
    2731#define Py_default_vector_length 1024
Note: See TracChangeset for help on using the changeset viewer.