diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-29 02:17:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-29 02:17:42 +0100 |
| commit | 852084f03f87939363a3ba8ab142b4f9b5ee6db2 (patch) | |
| tree | 8cc7c0269a7ab9b4ee2504ab97c1d800ab102ef4 | |
| parent | 88b63f55cd4cc76d6da8914bada9d3cd3c6cd2bb (diff) | |
Bump libsub for subrip alignment fix with {\anX} (#2960).
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -426,7 +426,7 @@ def make_spec(filename, version, target, options, requires=None): def dependencies(target, options): deps = [('libdcp', 'v1.10.8', {'c++17': target.platform.startswith('osx')})] - deps.append(('libsub', 'v1.6.52')) + deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
