summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-28 22:15:08 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-28 22:15:08 +0100
commitc688d6a6e28f22a01316f67875f30db3d029affb (patch)
treea820f9d37be64407640dddcdf69400918323aec1 /cscript
parent8dce08fb157f0c570e0808c9647cedcb65a62db9 (diff)
Bump libdcp for DCPReadError fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index f1e530e80..3b73c6210 100644
--- a/cscript
+++ b/cscript
@@ -328,8 +328,8 @@ def dependencies(target):
else:
deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)]
- deps.append(('libdcp', '9f75a44'))
- deps.append(('libsub', '920b428'))
+ deps.append(('libdcp', '90aa785'))
+ deps.append(('libsub', 'd24512e'))
deps.append(('rtaudio-cdist', '739969e'))
return deps