ref: fc0262f712abad2915bc6d5e9609b686b8004285
parent: 83963b3fd8cac670cfbb8e3b9bfecb50b1fc7e82
author: Paul Brossier <piem@piem.org>
date: Wed Oct 21 23:17:13 EDT 2009
plugins/puredata/aubiotss~.c: define AUBIO_UNSTABLE to 1 before including aubio.h
--- a/plugins/puredata/aubiotss~.c
+++ b/plugins/puredata/aubiotss~.c
@@ -8,6 +8,7 @@
* */
#include <m_pd.h>
+#define AUBIO_UNSTABLE 1
#include <aubio.h>
char aubiotss_version[] = "aubiotss~ version 0.1";