summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-24 02:04:22 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-24 02:04:22 +0000
commit19cfa6ec72250c3d72a7ef7153f13968613fbb6a (patch)
tree0983f2628c36f52b011d7fa201ca2e4486a6e49b
parent34be58945d13cc8accd3a2e547b6d78e6bbc55b5 (diff)
Bump libdcp for Sony fix.v2.13.106
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 2787aa0e9..d2412785c 100644
--- a/cscript
+++ b/cscript
@@ -327,8 +327,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', '49f9ec2'))
- deps.append(('libsub', '014bb19'))
+ deps.append(('libdcp', '5ad493e'))
+ deps.append(('libsub', 'c90be1f'))
deps.append(('rtaudio-cdist', 'aad62d7'))
return deps