From: Paul Brossier Date: Tue, 5 Mar 2013 21:31:47 +0000 (-0500) Subject: python/ext/aubio-types.h: USE_LOCAL_AUBIO X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=223e2fe30f639cd6bc536e1b3a1a7993ae43f978;p=aubio.git python/ext/aubio-types.h: USE_LOCAL_AUBIO --- 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"