summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-05 00:40:51 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-05 00:40:51 +0000
commitd9b4e65b92e28f9126fac7660d7aba97fc1ca4ad (patch)
treea71719c8d5ba18de3e35dcb6bdad137f5e89c1fd /cscript
parentcad7088414d36f6cdcc6f52eef192f78d92f3e07 (diff)
Throw an exception if we try to make KDMs for an unencrypted project (#1188).
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 1d99e27c9..984295774 100644
--- a/cscript
+++ b/cscript
@@ -283,8 +283,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
- ('libdcp', '0a47e4c'),
- ('libsub', '688c501'),
+ ('libdcp', 'f19fba7'),
+ ('libsub', 'c6193e4'),
('rtaudio-cdist', None))
def configure_options(target):