plugins/puredata/aubiotss~.c: define AUBIO_UNSTABLE to 1 before including aubio.h
authorPaul Brossier <piem@piem.org>
Thu, 22 Oct 2009 01:17:13 +0000 (03:17 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 22 Oct 2009 01:17:13 +0000 (03:17 +0200)
plugins/puredata/aubiotss~.c

index ed4550d5d3f38563da95c55a813289d570d575f8..7b488352cd42f9ddc3be91438c22f767c705036f 100644 (file)
@@ -8,6 +8,7 @@
  * */
 
 #include <m_pd.h>
+#define AUBIO_UNSTABLE 1
 #include <aubio.h>
 
 char aubiotss_version[] = "aubiotss~ version 0.1";