python/ext/aubio-types.h: USE_LOCAL_AUBIO
authorPaul Brossier <piem@piem.org>
Tue, 5 Mar 2013 21:31:47 +0000 (16:31 -0500)
committerPaul Brossier <piem@piem.org>
Tue, 5 Mar 2013 21:31:47 +0000 (16:31 -0500)
python/ext/aubio-types.h

index 1ed7b0a6b87ce1ae7a8f0fb36aa62837220ddd76..33052dafe48a7f1e123ff8d1bcdce31e9f5627ae 100644 (file)
@@ -22,7 +22,7 @@
 //#include <numpy/npy_3kcompat.h>
 
 #define AUBIO_UNSTABLE 1
-#ifdef LOCAL_AUBIO
+#ifdef USE_LOCAL_AUBIO
 #include "aubio.h"
 #else
 #include "aubio/aubio.h"