From: Paul Brossier Date: Sat, 26 Sep 2009 04:59:32 +0000 (+0200) Subject: ext/aubioext.h: add flags for libsndfile X-Git-Tag: bzr2git~277 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a33379e6a90c43b23a09530218abba3044167d12;p=aubio.git ext/aubioext.h: add flags for libsndfile --- 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" */