Changeset b511fa9 for src/aubio_priv.h


Ignore:
Timestamp:
Sep 23, 2009, 7:40:14 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:
000b090
Parents:
2062e48
Message:

replace FOO_SUPPORT with HAVE_FOO, use float for jack_process function prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r2062e48 rb511fa9  
    3333 */
    3434
    35 #if HAVE_CONFIG_H
     35#if 1 //HAVE_CONFIG_H
    3636#include "config.h"
    3737#endif
     
    5858#endif
    5959
    60 #if HAVE_STRINGS_H
     60#if HAVE_STRING_H
    6161#include <string.h>
    6262#endif
Note: See TracChangeset for help on using the changeset viewer.