diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-10 22:16:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-10 22:16:13 +0100 |
| commit | 696c98cdce93234e20d4e255636469840fef5d78 (patch) | |
| tree | 753f6b089afb39f02195dcae3bfc0f0991897349 /cscript | |
| parent | 14f5424e2bd0f933965901f18b5b1673993e0045 (diff) | |
Bump dcp/sub.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -328,8 +328,8 @@ def dependencies(target): else: deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)] - deps.append(('libdcp', '5d8a158')) - deps.append(('libsub', '7adea71')) + deps.append(('libdcp', 'c2fd4f2')) + deps.append(('libsub', '549c7c1')) deps.append(('rtaudio-cdist', '739969e')) return deps |
