summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-11 14:49:31 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-11 14:49:31 +0000
commit7a1d7cb18e77322ee2f5ced19fb47afc511c7629 (patch)
treebb938c0e76b37e8e60bf5bb40db6225c743b05bd
parent892afb6f591d0b79073ee0fee7d2c72a7674b51d (diff)
Bump libdcp for fix for #774.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 7d1d6a2ff..e3b17b91e 100644
--- a/cscript
+++ b/cscript
@@ -279,8 +279,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '0e31e4b', ffmpeg_options),
- ('libdcp', '3afe04f'),
- ('libsub', '48e1315'))
+ ('libdcp', 'b9e6635'),
+ ('libsub', '2e52f11'))
def configure_options(target):
opt = ''