soundtouch support is not enabled by default and currently will not compile

This commit is contained in:
Paul Davis 2021-08-13 16:19:47 -06:00
parent 2f90425173
commit 41796ecc14

View File

@ -335,8 +335,8 @@ def configure(conf):
if conf.is_defined ('HAVE_LV2_1_10_0'):
conf.define ('LV2_EXTENDED', 1)
autowaf.check_pkg(conf, 'soundtouch', uselib_store='SOUNDTOUCH',
atleast_version='1.8.0', mandatory=False)
#autowaf.check_pkg(conf, 'soundtouch', uselib_store='SOUNDTOUCH',
# atleast_version='1.8.0', mandatory=False)
autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT',
atleast_version='1.12.0', mandatory=False)
autowaf.check_pkg(conf, 'ogg', uselib_store='OGG', atleast_version='1.1.2')