summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-24 00:47:16 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-24 00:47:16 +0100
commit680f80fef12c78e26925d4c57b60e8c64570dfcd (patch)
tree35dc548a0e6fdbe3c37a607c2218d8a6d190e7b1 /cscript
parent027b55a0b00c075d11798421ce4dd648225769aa (diff)
Bump libdcp for Atmos KeyId fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index c38528143..0468e6e94 100644
--- a/cscript
+++ b/cscript
@@ -331,8 +331,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'ee05b1c'))
- deps.append(('libsub', '1cf5cdf'))
+ deps.append(('libdcp', '9eb185c'))
+ deps.append(('libsub', '04d5701'))
deps.append(('rtaudio-cdist', '739969e'))
return deps