shithub: aubio

Download patch

ref: a33379e6a90c43b23a09530218abba3044167d12
parent: d7d0cdf56127e9e1f1da11519aafd5ce095aa080
author: Paul Brossier <piem@piem.org>
date: Sat Sep 26 02:59:32 EDT 2009

ext/aubioext.h: add flags for libsndfile

--- a/ext/aubioext.h
+++ b/ext/aubioext.h
@@ -29,9 +29,11 @@
  
 #if HAVE_JACK
 #include "jackio.h"
-#endif 
+#endif /* HAVE_JACK */
 
+#if HAVE_SNDFILE
 #include "sndfileio.h"
+#endif /* HAVE_SNDFILE */
 
 #ifdef __cplusplus
 } /* extern "C" */