summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-13 15:32:33 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-13 15:32:33 +0000
commit857c60c3ae072c95c4df2c5168bc94f5a4590828 (patch)
tree3733f9f028c59641efbe504074e99e85c2ba64af
parente6f4cff3b6cf1ac680940b16187f74e22848d825 (diff)
Bump libdcp.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index d3b3bbd90..dce2aa0c1 100644
--- a/cscript
+++ b/cscript
@@ -279,8 +279,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options),
- ('libdcp', 'dc31f6d'),
- ('libsub', '8364c00'))
+ ('libdcp', '89d891b'),
+ ('libsub', 'e4fde97'))
def configure_options(target):
opt = ''