diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-05 00:40:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-05 00:40:51 +0000 |
| commit | d9b4e65b92e28f9126fac7660d7aba97fc1ca4ad (patch) | |
| tree | a71719c8d5ba18de3e35dcb6bdad137f5e89c1fd /cscript | |
| parent | cad7088414d36f6cdcc6f52eef192f78d92f3e07 (diff) | |
Throw an exception if we try to make KDMs for an unencrypted project (#1188).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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): |
