From a33379e6a90c43b23a09530218abba3044167d12 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 26 Sep 2009 06:59:32 +0200 Subject: [PATCH] ext/aubioext.h: add flags for libsndfile --- ext/aubioext.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/aubioext.h b/ext/aubioext.h index 5e715dca..67f75da5 100644 --- a/ext/aubioext.h +++ b/ext/aubioext.h @@ -29,9 +29,11 @@ extern "C" { #if HAVE_JACK #include "jackio.h" -#endif +#endif /* HAVE_JACK */ +#if HAVE_SNDFILE #include "sndfileio.h" +#endif /* HAVE_SNDFILE */ #ifdef __cplusplus } /* extern "C" */ -- 2.26.2