summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-15 20:57:47 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-15 20:57:47 +0000
commit69f25e496ba409c02aa27b1e07dfcde34c86a32b (patch)
treef36e0e621fe2c514f96cf7365f57b0acd151877b /cscript
parente170d9908c191180aefe71ff7cfa81a5ba08ed83 (diff)
Basic support for trusted device lists in KDMs (#750).
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index dce2aa0c1..33669f95c 100644
--- a/cscript
+++ b/cscript
@@ -279,8 +279,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options),
- ('libdcp', '89d891b'),
- ('libsub', 'e4fde97'))
+ ('libdcp', '332c7c3'),
+ ('libsub', '8182aed'))
def configure_options(target):
opt = ''