From b29b3d58590e30a1624ac04ecf84c06a3bfde48e Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 21 Jun 2023 13:21:19 +0300 Subject: [PATCH] wscript: clarify that higher versions of opus also accepted in a comment --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index bc498a66..60159b16 100644 --- a/wscript +++ b/wscript @@ -457,7 +457,7 @@ int main(int argc, char **argv) { strchrnul(argv[1], 'x'); return 0; }''' conf.env.SHAREDIR = conf.env.LIBDIR = conf.env.BINDIR = conf.env.PREFIX if not conf.options.BUILD_BUNDLED_DEPS: - # search for exact version of opus, 1.4 has fixes for custom modes + # search for opus 1.4 or higher, it has fixes for custom modes if conf.check_cfg(package='opus', uselib_store='opus', args='opus >= 1.4 --cflags --libs', mandatory=False): # now try to link with export that only exists with CUSTOM_MODES defined frag='''#include