Changeset a33379e


Ignore:
Timestamp:
Sep 26, 2009, 6:59:32 AM (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:
c85c8b6
Parents:
d7d0cdf
Message:

ext/aubioext.h: add flags for libsndfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ext/aubioext.h

    rd7d0cdf ra33379e  
    3030#if HAVE_JACK
    3131#include "jackio.h"
    32 #endif
     32#endif /* HAVE_JACK */
    3333
     34#if HAVE_SNDFILE
    3435#include "sndfileio.h"
     36#endif /* HAVE_SNDFILE */
    3537
    3638#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.