summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-12 02:22:02 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-12 02:22:02 +0100
commit4557d71347d597ddd4a1b5bc04776ffe3c3f3483 (patch)
tree705f54b68f12416774d128dd392548f22aab0c96 /cscript
parentd8e0660d716654c4ac0a1aa5a5ae15e46d4d2883 (diff)
Support new libdcp with subtitle direction.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 55b62a248..aa622e27f 100644
--- a/cscript
+++ b/cscript
@@ -262,7 +262,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options),
- ('libdcp', '42f74b7'),
+ ('libdcp', '4b8c626'),
('libsub', 'b9fb00d'))
def configure_options(target):