From e7a04275703b8cd54e1325d42f484ed7d0acab92 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 8 Oct 2023 23:04:59 +0200 Subject: [PATCH 1/1] Bump leqm-nrt to build with -O2 for a large speed-up (#2616). --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 624c52c84..189d363c5 100644 --- a/cscript +++ b/cscript @@ -510,7 +510,7 @@ def dependencies(target, options): deps.append(('libdcp', 'v1.8.82')) deps.append(('libsub', 'v1.6.44')) - deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae')) + deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we # also need a patched openssl binary to make certificates. -- 2.30.2