Mercurial > hg > btrack
diff modules-and-plug-ins/python-module/setup.py @ 94:2716b8d1b8ad
Updated vamp plug-in
author | Adam Stark <adamstark.uk@gmail.com> |
---|---|
date | Sat, 18 Jun 2016 10:47:38 +0100 |
parents | 4aa362058011 |
children | 0fdaf082ad1a |
line wrap: on
line diff
--- a/modules-and-plug-ins/python-module/setup.py Sat Jun 18 09:24:13 2016 +0100 +++ b/modules-and-plug-ins/python-module/setup.py Sat Jun 18 10:47:38 2016 +0100 @@ -17,5 +17,5 @@ setup( name = 'BTrack', include_dirs = include_dirs, ext_modules = [Extension(name, sources,libraries = ['fftw3','samplerate'],library_dirs = ['/usr/local/lib'],define_macros=[ - ('USE_KISS_FFT', None)])] + ('USE_FFTW', None)])] ) \ No newline at end of file