summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-29 11:56:22 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-29 11:58:18 +0100
commit8b9b01ea76edb9fee8759b3aa88d43380e2db324 (patch)
treebd7798783a93c62bfc12c7b25ac23c07196fadea /cscript
parentdb25f209b87834e9f71f14897a55e1c554d13148 (diff)
Write annotation text and language to CCAP nodes correctly.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 3b73c6210..47efefdba 100644
--- a/cscript
+++ b/cscript
@@ -328,8 +328,8 @@ def dependencies(target):
else:
deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)]
- deps.append(('libdcp', '90aa785'))
- deps.append(('libsub', 'd24512e'))
+ deps.append(('libdcp', 'f2f2a2a'))
+ deps.append(('libsub', 'c2d6d92'))
deps.append(('rtaudio-cdist', '739969e'))
return deps