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/ufuncs.c

    r208336b rad5203c  
     1#define PY_AUBIO_MODULE_UFUNC
    12#include "aubio-types.h"
    23
     
    6162void add_ufuncs ( PyObject *m )
    6263{
    63   int err = _import_umath();
     64  int err = 0;
    6465
     66  err = _import_umath ();
    6567  if (err != 0) {
    6668    fprintf (stderr,
    67             "Unable to import Numpy C API Ufunc from aubio module (error %d)\n", err);
     69        "Unable to import Numpy umath from aubio module (error %d)\n", err);
    6870  }
    6971
Note: See TracChangeset for help on using the changeset viewer.