summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-05 00:12:59 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-05 00:12:59 +0100
commitad46791780c9e59d001b63a74251ebc1f46cd36c (patch)
tree6864aa249ad1af4f119c8b25268062408940a35a /cscript
parent2b404e6ce0c5936704e7e15d537f0e6db2d1d6ca (diff)
More detailed error with an invalid signer chain.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 480f4b91b..5c50f476e 100644
--- a/cscript
+++ b/cscript
@@ -270,7 +270,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'c7df8d5', ffmpeg_options),
- ('libdcp', 'ce32d6c'),
+ ('libdcp', '45fd755'),
('libsub', '733dfda'))
def configure_options(target):