summaryrefslogtreecommitdiff
path: root/libs/audiographer/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-10 03:06:21 +0200
committerRobin Gareus <robin@gareus.org>2019-09-10 03:06:21 +0200
commit38b36d2ea5b7aba5a10ff25891d4df5c6ac51a68 (patch)
treef4364467c9813cdb4f8d761624e10db13857226a /libs/audiographer/wscript
parent68c13940e3b24e89bed39efc4e741298cc6d2637 (diff)
Engage thread-safe fftw planner in libardour
This way initialization happens constently, and independent from the GUI, for session-utils, lua, headless..
Diffstat (limited to 'libs/audiographer/wscript')
-rw-r--r--libs/audiographer/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript
index f6e7f7cd83..7c04604906 100644
--- a/libs/audiographer/wscript
+++ b/libs/audiographer/wscript
@@ -37,7 +37,6 @@ def configure(conf):
autowaf.check_pkg(conf, 'samplerate', uselib_store='SAMPLERATE', atleast_version='0.1.7', mandatory=False)
autowaf.check_pkg(conf, 'sndfile', uselib_store='SNDFILE', atleast_version='1.0.18', mandatory=False)
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)
# Boost headers
autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp')