summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-28 01:04:33 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-28 01:04:33 +0100
commit6c96c259064d6fe7bafe08a19502db57f39987dc (patch)
treef6ce4c2a3d3c7af6a91ca59726868a1f6d4c6a71 /cscript
parentaccdec63a79b43c6349597b15243dc41e521521d (diff)
Bump libdcp for verification fix.v2.14.46
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 14b5aac41..92ceaa712 100644
--- a/cscript
+++ b/cscript
@@ -325,8 +325,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.6.16'))
- deps.append(('libsub', 'v1.4.23'))
+ deps.append(('libdcp', 'v1.6.17'))
+ deps.append(('libsub', 'v1.4.24'))
deps.append(('rtaudio-cdist', 'bf0fc23'))
return deps