summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-24 23:49:53 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-24 23:49:53 +0100
commit7bd4ecce60488f7f7cfbdcc16ba7022b979a891d (patch)
tree765a29de1b26ce7d4575581bee0613592104d136 /cscript
parent28af00e58684a880ed188b24a4f5d81d5e77db38 (diff)
KDM AnnotationText tags are optional.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e62188d30..b2968f02c 100644
--- a/cscript
+++ b/cscript
@@ -229,7 +229,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options),
- ('libdcp', '3bf3aad'),
+ ('libdcp', 'd926e11'),
('libsub', 'b9fb00d'))
def configure_options(target):