summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-08 10:01:57 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-08 10:01:57 +0000
commit3a323ff8e8921c737f6d250a744ba5f13ad2e255 (patch)
tree6529690cbafdedede9bb8c387c9e9754ed0fcce9
parentf300b07097dc04c26557f62b4c7306bd21da23c3 (diff)
Bump libdcp for another SMPTE subtitle correctness fix.v2.13.95
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 47dd3d379..7d9146de2 100644
--- a/cscript
+++ b/cscript
@@ -343,8 +343,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', '63bff14'))
- deps.append(('libsub', 'bc18fb2'))
+ deps.append(('libdcp', 'c763ce1'))
+ deps.append(('libsub', '0e41143'))
deps.append(('rtaudio-cdist', 'a227107'))
return deps