summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-04 11:58:00 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-04 11:58:00 +0000
commit8d2d9c5b448aa9978a729a8796320168acc2d8b0 (patch)
tree9fceb00c753993492edb3bc44f309dd9a2e5737a
parent4180dd3fb5a387a241f0651569a44e305c119934 (diff)
Bump libdcp for Dolby KDM tests.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 09d1b4212..8c49b5229 100644
--- a/cscript
+++ b/cscript
@@ -259,8 +259,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options),
- ('libdcp', '4d225c4'),
- ('libsub', '39ffcee'))
+ ('libdcp', 'a86a0ae'),
+ ('libsub', '6c12d16'))
def configure_options(target):
opt = ''