mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
Engage thread-safe fftw planner in libardour
This way initialization happens constently, and independent from the GUI, for session-utils, lua, headless..
This commit is contained in:
parent
68c13940e3
commit
38b36d2ea5
3 changed files with 11 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue