Changeset e9e2a87 for examples/jackio.c


Ignore:
Timestamp:
Dec 8, 2013, 4:48:31 AM (10 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:
6b14351
Parents:
8122e54a
Message:

examples/: define aubio_process_func_t once in utils.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/jackio.c

    r8122e54a re9e2a87  
    2323
    2424#if HAVE_JACK
     25#include "utils.h" // for aubio_process_func_t
     26#include "jackio.h"
    2527#include "aubio_priv.h"
    26 #include "jackio.h"
    2728
    2829typedef jack_default_audio_sample_t jack_sample_t;
Note: See TracChangeset for help on using the changeset viewer.