Changeset 66834b6 for src/aubio_priv.h


Ignore:
Timestamp:
Aug 21, 2005, 6:51:28 PM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
162fd27
Parents:
e06e478
Message:

clarified fftw3 includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    re06e478 r66834b6  
    4545#endif
    4646
     47/* must be included before fftw3.h */
    4748#if HAVE_COMPLEX_H
    4849#include <complex.h>
    4950#endif
    50 /*
    51 #include <complex.h>
    52 #include <fftw3.h>
    53 #define FFTW_TYPE fftwf_complex
    54 */
     51
    5552#if HAVE_FFTW3_H
    5653#include <fftw3.h>
    57 //#define FFTW_TYPE fftwf_complex
    5854#endif
    5955
Note: See TracChangeset for help on using the changeset viewer.