Changeset b511fa9 for src/spectral/fft.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/spectral/fft.c

    r2062e48 rb511fa9  
    2424#include "spectral/fft.h"
    2525
    26 #if FFTW3F_SUPPORT
     26#if HAVE_FFTW3F
    2727#define fftw_malloc            fftwf_malloc
    2828#define fftw_free              fftwf_free
     
    3535#endif
    3636
    37 #if FFTW3F_SUPPORT
     37#if HAVE_FFTW3F
    3838#if !AUBIO_SINGLE_PRECISION
    3939#warning "Using aubio in double precision with fftw3 in single precision"
Note: See TracChangeset for help on using the changeset viewer.