Changeset 770f7b4
- Timestamp:
- May 12, 2016, 1:21:32 AM (9 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:
- bb4af3a
- Parents:
- c18bbef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
rc18bbef r770f7b4 199 199 200 200 /* aliases to math.h functions */ 201 #if ndefHAVE_AUBIO_DOUBLE201 #if !HAVE_AUBIO_DOUBLE 202 202 #define EXP expf 203 203 #define COS cosf … … 227 227 228 228 /* aliases to complex.h functions */ 229 #if defined(HAVE_AUBIO_DOUBLE)|| !defined(HAVE_COMPLEX_H) || defined(WIN32)229 #if HAVE_AUBIO_DOUBLE || !defined(HAVE_COMPLEX_H) || defined(WIN32) 230 230 /* mingw32 does not know about c*f functions */ 231 231 #define EXPC cexp
Note: See TracChangeset
for help on using the changeset viewer.