Changeset 4fe62ba
- Timestamp:
- Dec 31, 2013, 12:48:19 AM (11 years ago)
- 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:
- d4791e5
- Parents:
- a341685
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
ra341685 r4fe62ba 34 34 */ 35 35 36 #if 1 //HAVE_CONFIG_H37 36 #include "config.h" 38 #endif39 37 40 38 #if HAVE_STDLIB_H … … 47 45 48 46 /* must be included before fftw3.h */ 49 #if HAVE_COMPLEX_H47 #ifdef HAVE_COMPLEX_H 50 48 #include <complex.h> 51 49 #endif 52 50 53 #if HAVE_FFTW3 || HAVE_FFTW3F51 #if defined(HAVE_FFTW3) || defined(HAVE_FFTW3F) 54 52 #include <fftw3.h> 55 53 #endif 56 54 57 #if HAVE_MATH_H55 #ifdef HAVE_MATH_H 58 56 #include <math.h> 59 57 #endif 60 58 61 #if HAVE_STRING_H59 #ifdef HAVE_STRING_H 62 60 #include <string.h> 63 61 #endif 64 62 65 #if HAVE_LIMITS_H63 #ifdef HAVE_LIMITS_H 66 64 #include <limits.h> // for CHAR_BIT, in C99 standard 67 65 #endif
Note: See TracChangeset
for help on using the changeset viewer.