summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-12 13:35:58 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-12 13:35:58 +0100
commit55843f426a05ee7a3bb13fcf97990f0d206b8c60 (patch)
treed0dd238d5ab9bbf51e792c81a16fc6b4630cce62 /cscript
parentd5ee6dbd99132d154aa715ef52fd0e26dd34dc21 (diff)
Bump libdcp for Rec 2020 gamma change.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 69458900b..4e6436ffb 100644
--- a/cscript
+++ b/cscript
@@ -237,7 +237,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', 'eec238a'),
+ ('libdcp', '11777d1'),
('libsub', '067c21c'))
def configure_options(target):