diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-24 22:46:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-24 22:46:12 +0100 |
| commit | a6b0e3f3f4f53f655458cd6b8d361a308c268630 (patch) | |
| tree | 6f5012db22b4197dda3a4d135bc18a49db6a7e05 | |
| parent | 255214dc32d05dc2dee9e6649d83a95bf8eab9db (diff) | |
Bump libsub for fix to font color tag parsing in SRT files.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -458,7 +458,7 @@ def dependencies(target, options): deps = [] deps.append(('libdcp', 'v1.8.59')) - deps.append(('libsub', 'v1.6.42')) + deps.append(('libsub', 'v1.6.43')) deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
