Changeset 729a3c0 for src/mathutils.c


Ignore:
Timestamp:
Nov 17, 2011, 2:29:35 AM (13 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:
cfaa3c4
Parents:
e298138
Message:

add support for ooura so that aubio can be build without fftw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.c

    re298138 r729a3c0  
    512512aubio_cleanup (void)
    513513{
    514 #if HAVE_FFTW3
     514#ifdef HAVE_FFTW3F
     515  fftwf_cleanup ();
     516#else
     517#ifdef HAVE_FFTW3
    515518  fftw_cleanup ();
    516 #else
    517 #if HAVE_FFTW3F
    518   fftwf_cleanup ();
    519519#endif
    520520#endif
Note: See TracChangeset for help on using the changeset viewer.