From 41796ecc14278a5f1ab594bb4cfa3cd92d8a8617 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 13 Aug 2021 16:19:47 -0600 Subject: [PATCH] soundtouch support is not enabled by default and currently will not compile --- libs/ardour/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ardour/wscript b/libs/ardour/wscript index b0d96539e9..0bfcc31b57 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -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')