13
0

Remove redundant call (moved to libardour)

This commit is contained in:
Robin Gareus 2019-09-10 03:07:17 +02:00
parent 38b36d2ea5
commit 1a828f1f4d
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 0 additions and 10 deletions

View File

@ -35,10 +35,6 @@
#include <sigc++/bind.h>
#include <gtkmm/settings.h>
#ifdef HAVE_FFTW35F
#include <fftw3.h>
#endif
#include <curl/curl.h>
#include "pbd/error.h"
@ -315,10 +311,6 @@ int main (int argc, char *argv[])
XInitThreads ();
#endif
#ifdef HAVE_FFTW35F
fftwf_make_planner_thread_safe ();
#endif
#if ENABLE_NLS
/* initialize C locale to user preference */
if (ARDOUR::translations_are_enabled ()) {

View File

@ -378,8 +378,6 @@ def configure(conf):
autowaf.check_pkg(conf, 'fftw3f', uselib_store='FFTW3F',
mandatory=True)
autowaf.check_pkg(conf, 'fftw3f', uselib_store='FFTW35F',
atleast_version='3.3.5', mandatory=False)
autowaf.check_pkg(conf, 'flac', uselib_store='FLAC',
atleast_version='1.2.1')
autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD',