summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-29 01:01:04 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-29 01:01:04 +0000
commitbd81f33a39c6d20e78fce0d5be3b2d487b6df344 (patch)
tree4aa94856fde5dcc2e9c22cd0f296db42779d5683 /cscript
parentf3b35c291d36d4c74906d2716ac598ab442518ab (diff)
Add workaround for 3D DCPs whose picture MXFs are labelled (within the MXF) as mono.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index fd160fc29..e97cf8744 100644
--- a/cscript
+++ b/cscript
@@ -280,8 +280,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '96d67de', ffmpeg_options),
- ('libdcp', '6db8817'),
- ('libsub', '9fee7a4'))
+ ('libdcp', '45841f3'),
+ ('libsub', 'e3a5761'))
def configure_options(target):
opt = ''