summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-12-15 23:35:03 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-15 23:35:03 +0100
commit07f451e01f82793904482f55c5a89163c6bb8e44 (patch)
treedf5cb7af4747fef0caa010e688ad503349881599 /cscript
parent0ae846f2cb9c43ef65331796e18c6d4706437060 (diff)
Stop empty Font IDs in imported DCP subtitles making it into the
output DCP (#1689). Back-ported from d8d4225a3e488cf78438b80938aa18fd07d30a06 in v2.15.x
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 98c9e5b22..74da1bc74 100644
--- a/cscript
+++ b/cscript
@@ -344,8 +344,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.6.13'))
- deps.append(('libsub', 'v1.4.15'))
+ deps.append(('libdcp', 'v1.6.14'))
+ deps.append(('libsub', 'v1.4.16'))
deps.append(('rtaudio-cdist', 'bf0fc23'))
return deps