From df5eab44ed595de3c69460a1f58278eda3de58c9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 10 Dec 2013 08:40:45 -0500 Subject: [PATCH] src/aubio.h: move audio_unit to unstable Signed-off-by: Paul Brossier --- src/aubio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aubio.h b/src/aubio.h index fc3a2430..a609bdeb 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -184,7 +184,6 @@ extern "C" #include "tempo/tempo.h" #include "io/source.h" #include "io/sink.h" -#include "io/audio_unit.h" #include "synth/sampler.h" #include "synth/wavetable.h" #include "utils/parameter.h" @@ -196,6 +195,7 @@ extern "C" #include "io/source_avcodec.h" #include "io/sink_sndfile.h" #include "io/sink_apple_audio.h" +#include "io/audio_unit.h" #include "onset/peakpicker.h" #include "pitch/pitchmcomb.h" #include "pitch/pitchyin.h" -- 2.11.0