diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-01-23 15:37:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-23 21:39:12 +0100 |
| commit | 4f85ccdd794682ed04081755d9272d6f006b4c2f (patch) | |
| tree | 6c8c48be39547d963d205c9db8479200c5125880 /cscript | |
| parent | d8ded66fccb98bd0145afb2f08cf84aad7002a15 (diff) | |
Support binary STL subtitle files.v2.14.24
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -345,7 +345,7 @@ def dependencies(target): deps = [] deps.append(('libdcp', 'v1.6.14')) - deps.append(('libsub', 'v1.4.16')) + deps.append(('libsub', 'v1.4.17')) deps.append(('rtaudio-cdist', 'bf0fc23')) return deps |
