Changeset 6f0b8a0 for src/spectral/fft.c


Ignore:
Timestamp:
Sep 25, 2009, 11:01:37 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:
46044ed
Parents:
d99d819
Message:

src/spectral/fft.c: use HAVE_AUBIO_DOUBLE, not AUBIO_SINGLE_PRECISION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/fft.c

    rd99d819 r6f0b8a0  
    3636
    3737#if HAVE_FFTW3F
    38 #if !AUBIO_SINGLE_PRECISION
     38#if HAVE_AUBIO_DOUBLE
    3939#warning "Using aubio in double precision with fftw3 in single precision"
    4040#endif
Note: See TracChangeset for help on using the changeset viewer.