projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83963b3
)
plugins/puredata/aubiotss~.c: define AUBIO_UNSTABLE to 1 before including aubio.h
author
Paul Brossier
<piem@piem.org>
Thu, 22 Oct 2009 01:17:13 +0000
(
03:17
+0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 22 Oct 2009 01:17:13 +0000
(
03:17
+0200)
plugins/puredata/aubiotss~.c
patch
|
blob
|
history
diff --git
a/plugins/puredata/aubiotss~.c
b/plugins/puredata/aubiotss~.c
index ed4550d5d3f38563da95c55a813289d570d575f8..7b488352cd42f9ddc3be91438c22f767c705036f 100644
(file)
--- 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";