summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-06 23:08:54 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-06 23:08:54 +0000
commita868ecadada8bea8cb6d3395472568a48e17a8af (patch)
tree224941e4081ee7c291994343d499ef54df788772 /cscript
parentd43434e463f5ef76ee448046ffb09ffe4b05ea8d (diff)
Bump libdcp for subtitle UUID error fix (#1435).
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index f8fc6ed18..47dd3d379 100644
--- a/cscript
+++ b/cscript
@@ -343,8 +343,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', '27e1378'))
- deps.append(('libsub', '2728525'))
+ deps.append(('libdcp', '63bff14'))
+ deps.append(('libsub', 'bc18fb2'))
deps.append(('rtaudio-cdist', 'a227107'))
return deps