From: Paul Brossier Date: Fri, 11 Dec 2009 18:35:31 +0000 (+0100) Subject: configure.ac: drop fftw3/samplerate checks X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=f19d3f3216bd85b5f66bdd6f27d6dce91f962a9b;p=gst-aubio.git configure.ac: drop fftw3/samplerate checks --- diff --git a/configure.ac b/configure.ac index 386c651..7d97022 100644 --- a/configure.ac +++ b/configure.ac @@ -65,18 +65,6 @@ dnl make AUBIO_CFLAGS and AUBIO_LIBS available AC_SUBST(AUBIO_CFLAGS) AC_SUBST(AUBIO_LIBS) -dnl also check for samplerate and fftw3f, as aubio is linked to them -PKG_CHECK_MODULES(SAMPLERATE, samplerate >= 0.0.15, SAMPLERATE_SUPPORT=1) -AC_ARG_ENABLE(fftw3f, - AC_HELP_STRING([--enable-fftw3f],[compile with fftw3f [[default=auto]]]), - [with_fftw3f=$enableval], - with_fftw3f="yes") -if test "$with_fftw3f" = "yes"; then - PKG_CHECK_MODULES(FFTWLIB, fftw3f >= 3.0.0, FFTW3F_SUPPORT=1, FFTW3F_SUPPORT=0) -else - PKG_CHECK_MODULES(FFTWLIB, fftw3 >= 3.0.0, FFTW3_SUPPORT=1) -fi - dnl Now we're ready to ask for gstreamer libs and cflags dnl And we can also ask for the right version of gstreamer