Changeset c204928 for src/spectral


Ignore:
Timestamp:
Jul 10, 2012, 12:37:23 AM (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:
0e355f6
Parents:
6017f94
Message:

src/spectral/fft.c: HAVE_AUBIO_DOUBLE is always defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/fft.c

    r6017f94 rc204928  
    6464
    6565#ifdef HAVE_FFTW3F
    66 #ifdef HAVE_AUBIO_DOUBLE
     66#if HAVE_AUBIO_DOUBLE
    6767#warning "Using aubio in double precision with fftw3 in single precision"
    6868#endif /* HAVE_AUBIO_DOUBLE */
    6969#define real_t float
    7070#else /* HAVE_FFTW3F */
    71 #ifndef HAVE_AUBIO_DOUBLE
     71#if !HAVE_AUBIO_DOUBLE
    7272#warning "Using aubio in single precision with fftw3 in double precision"
    7373#endif /* HAVE_AUBIO_DOUBLE */
Note: See TracChangeset for help on using the changeset viewer.