summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-01-23 15:37:37 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-23 21:39:12 +0100
commit4f85ccdd794682ed04081755d9272d6f006b4c2f (patch)
tree6c8c48be39547d963d205c9db8479200c5125880 /cscript
parentd8ded66fccb98bd0145afb2f08cf84aad7002a15 (diff)
Support binary STL subtitle files.v2.14.24
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 74da1bc74..e11b8e369 100644
--- a/cscript
+++ b/cscript
@@ -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