summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-12 23:15:47 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-12 23:15:47 +0000
commit0a58950b7634a269fccc55a1bd0b9f61ff9f980a (patch)
treefbe0febbce80b8a39357b551dd11806be440bf5d /cscript
parentbd9306d6ad1e227ac532028812aef34451911dce (diff)
Make DCP verification a little more verbose, and adapt for changes to libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 83970c6b6..00ed4c064 100644
--- a/cscript
+++ b/cscript
@@ -343,8 +343,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'c763ce1'))
- deps.append(('libsub', '0e41143'))
+ deps.append(('libdcp', '7e4e6be'))
+ deps.append(('libsub', '432cd4d'))
deps.append(('rtaudio-cdist', 'aad62d7'))
return deps