summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-25 09:42:10 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-25 09:42:10 +0100
commitba90df334784ba6a0a6b81e70da121c3d67f58a3 (patch)
tree65cc0fed6efd5030d9125a70000812c0fb7c7fa2 /cscript
parent3e19bf7df70928442644b225c876d51f9fa413da (diff)
Bump libdcp for multi-PKL fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index fdcdc11ea..ba3c1eb93 100644
--- a/cscript
+++ b/cscript
@@ -331,8 +331,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', '9eb185c'))
- deps.append(('libsub', '04d5701'))
+ deps.append(('libdcp', '6ff5bc5'))
+ deps.append(('libsub', 'd4b8b95'))
deps.append(('rtaudio-cdist', '739969e'))
return deps