shithub: libsamplerate

Download patch

ref: 0668431f8a8fbd8df53da2bbf36f0a4cf634afff
parent: 79075762237991a22b7dc612b6504f0ead80c56f
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Mon Jan 8 12:44:15 EST 2018

configure.ac: Only accept fftw3 >= 3.0.0

Closes: https://github.com/erikd/libsamplerate/issues/31

--- a/configure.ac
+++ b/configure.ac
@@ -204,7 +204,7 @@
 dnl  Check for libfftw3 which is required for the test and example programs.
 
 AS_IF([test "x$enable_fftw" != "xno"], [
-		PKG_CHECK_MODULES([FFTW3], [fftw3 >= 0.15.0], [
+		PKG_CHECK_MODULES([FFTW3], [fftw3 >= 3.0.0], [
 				AC_DEFINE([HAVE_FFTW3], [1], [Set to 1 if you have fftw3])
 				enable_fftw="yes"
 			], [