diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-15 20:57:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-15 20:57:47 +0000 |
| commit | 69f25e496ba409c02aa27b1e07dfcde34c86a32b (patch) | |
| tree | f36e0e621fe2c514f96cf7365f57b0acd151877b /cscript | |
| parent | e170d9908c191180aefe71ff7cfa81a5ba08ed83 (diff) | |
Basic support for trusted device lists in KDMs (#750).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = '' |
