summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-16 09:44:41 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-16 09:44:41 +0000
commitd4467a8a07fa3411ce2fabc80e533e322a4fb796 (patch)
treebd388999a232481489924f38aa7cb06393d70489
parent2086575c6eb20b74144e6ea6bb6e0b96a37c6f56 (diff)
Bump libdcp for Interop ScreenAspectRatio fix.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 67ceffde3..507283b72 100644
--- a/cscript
+++ b/cscript
@@ -280,8 +280,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '96d67de', ffmpeg_options),
- ('libdcp', '4e38f82'),
- ('libsub', 'a83e7d1'))
+ ('libdcp', 'c009f67'),
+ ('libsub', '76462cc'))
def configure_options(target):
opt = ''