summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-10-08 23:04:59 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-08 23:04:59 +0200
commite7a04275703b8cd54e1325d42f484ed7d0acab92 (patch)
tree3d2f19f3613de7582d3f00d99e6e5f741dca3a32
parent8c57c9613b6d67ce4ae6f301ec0667d94cb7b0c5 (diff)
Bump leqm-nrt to build with -O2 for a large speed-up (#2616).
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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.