Changeset b511fa9 for src/mathutils.c


Ignore:
Timestamp:
Sep 23, 2009, 7:40:14 PM (15 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:
000b090
Parents:
2062e48
Message:

replace FOO_SUPPORT with HAVE_FOO, use float for jack_process function prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.c

    r2062e48 rb511fa9  
    419419
    420420void aubio_cleanup(void) {
    421 #if FFTW3_SUPPORT
     421#if HAVE_FFTW3
    422422  fftw_cleanup();
    423423#else
    424 #if FFTW3F_SUPPORT
     424#if HAVE_FFTW3F
    425425  fftwf_cleanup();
    426426#endif
Note: See TracChangeset for help on using the changeset viewer.