Changeset 10a5413 for src/aubio_priv.h


Ignore:
Timestamp:
Oct 7, 2009, 6:26:59 PM (15 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:
1b88289
Parents:
daa4ca9
Message:

src/mathutils.c: add aubio_is_power_of_two and aubio_next_power_of_two

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    rdaa4ca9 r10a5413  
    6161#if HAVE_STRING_H
    6262#include <string.h>
     63#endif
     64
     65#if HAVE_LIMITS_H
     66#include <limits.h> // for CHAR_BIT, in C99 standard
    6367#endif
    6468
Note: See TracChangeset for help on using the changeset viewer.