diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-23 00:23:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-23 00:23:19 +0000 |
| commit | 03dd6e03f5ee261b9c1ed9328ad2762ef3b62057 (patch) | |
| tree | b33e3b379ea72bcaa4417cb1b42b68753f48b7ec /cscript | |
| parent | a618339514026c5f9129a9f786289952cdbd3cdf (diff) | |
Add a stored list of DKDMs to the creator rather than just a load button (#767).
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', 'b559555', ffmpeg_options), - ('libdcp', 'fb03c08'), - ('libsub', 'f368daf')) + ('libdcp', '2a4eb72'), + ('libsub', '4e6d9c9')) def configure_options(target): opt = '' |
