projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd7d733
)
ext/aubioext.h: only include jackio.h if HAVE_JACK
author
Paul Brossier
<piem@piem.org>
Fri, 25 Sep 2009 01:49:20 +0000
(
03:49
+0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 25 Sep 2009 01:49:20 +0000
(
03:49
+0200)
ext/aubioext.h
patch
|
blob
|
history
diff --git
a/ext/aubioext.h
b/ext/aubioext.h
index e44e0b0be6cbc425807c498a972c44d5ad42a2c7..dec1f57e6423a350999d06a4bdfa62909dc5477f 100644
(file)
--- a/
ext/aubioext.h
+++ b/
ext/aubioext.h
@@
-27,7
+27,7
@@
extern "C" {
#include <aubio.h>
-#if
def
HAVE_JACK
+#if HAVE_JACK
#include "jackio.h"
#endif