diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-08 23:04:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-08 23:04:59 +0200 |
| commit | e7a04275703b8cd54e1325d42f484ed7d0acab92 (patch) | |
| tree | 3d2f19f3613de7582d3f00d99e6e5f741dca3a32 | |
| parent | 8c57c9613b6d67ce4ae6f301ec0667d94cb7b0c5 (diff) | |
Bump leqm-nrt to build with -O2 for a large speed-up (#2616).
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
