Changeset 0806cd2


Ignore:
Timestamp:
Apr 22, 2016, 11:55:42 PM (8 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:
58cffee
Parents:
aad1235
Message:

src/aubio_priv.h: define PATH_MAX if needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    raad1235 r0806cd2  
    194194#define TWO_PI     (PI*2.)
    195195
     196#ifndef PATH_MAX
     197#define PATH_MAX 1024
     198#endif
     199
    196200/* aliases to math.h functions */
    197201#if !HAVE_AUBIO_DOUBLE
Note: See TracChangeset for help on using the changeset viewer.