diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-14 00:26:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-14 00:39:51 +0100 |
| commit | e82c83b35e7638957f3d80b12d4c59c17436473a (patch) | |
| tree | 3f9e7345f752993985dd65b140dc9ed7545b4a0a /cscript | |
| parent | c2f74bf15f6f2a88138119a42a44f4241169f6e5 (diff) | |
Basic WebVTT subtitle support (#1361).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -452,7 +452,7 @@ def dependencies(target, options): deps = [] deps.append(('libdcp', 'v1.8.33')) - deps.append(('libsub', 'v1.6.37')) + deps.append(('libsub', 'v1.6.39')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
