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 1ed7b0a..33052da 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"