diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-12 23:25:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-12 23:25:10 +0000 |
| commit | 46bc419019d4c24341a092e6ceb29642ca5f06dc (patch) | |
| tree | c69629aa8741f2c84a38d489a65b8be88960c893 /cscript | |
| parent | 548dc3a41c2d84ef2c4bbba73e622496c731b8c0 (diff) | |
Use CPL annotation text for ASSETMAP and PKL (#1048).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -268,8 +268,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'c7df8d5', ffmpeg_options), - ('libdcp', 'db86ed5'), - ('libsub', 'ad7f0ba')) + ('libdcp', '8f964bf'), + ('libsub', 'f6cb371')) def configure_options(target): opt = '' |
