shithub: aubio

Download patch

ref: be3ffee0aef5fd3aa0c3862e9cd612a2f65decb3
parent: bab0a127040ea23bd6d3948fe08aa365e8154fd1
author: Paul Brossier <piem@piem.org>
date: Fri Sep 25 18:00:44 EDT 2009

src/aubio_priv.h: use HAVE_FFTW3, not _H

--- a/src/aubio_priv.h
+++ b/src/aubio_priv.h
@@ -49,7 +49,7 @@
 #include <complex.h>
 #endif
 
-#if HAVE_FFTW3_H
+#if HAVE_FFTW3 || HAVE_FFTW3F
 #include <fftw3.h>
 #endif