From 223e2fe30f639cd6bc536e1b3a1a7993ae43f978 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 5 Mar 2013 16:31:47 -0500 Subject: [PATCH] python/ext/aubio-types.h: USE_LOCAL_AUBIO --- python/ext/aubio-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ext/aubio-types.h b/python/ext/aubio-types.h index 1ed7b0a6..33052daf 100644 --- a/python/ext/aubio-types.h +++ b/python/ext/aubio-types.h @@ -22,7 +22,7 @@ //#include #define AUBIO_UNSTABLE 1 -#ifdef LOCAL_AUBIO +#ifdef USE_LOCAL_AUBIO #include "aubio.h" #else #include "aubio/aubio.h" -- 2.26.2