summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-25 14:42:37 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-25 14:42:37 +0100
commitbb7917d2ea06e6eaa566b00a279e9b5a6a351fc9 (patch)
tree8354e0b83aa707c7ef8a50d6609e07787ec61554 /cscript
parente2d0781d45fccd67649a8943f1fb45442f5d2cbc (diff)
Take the leaf of a certificate chain if one is provided
for a screen certificate (#937).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 137781398..43a9b0832 100644
--- a/cscript
+++ b/cscript
@@ -237,7 +237,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', '04def4c'),
+ ('libdcp', 'ac6df08'),
('libsub', '067c21c'))
def configure_options(target):