diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-29 11:56:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-29 11:58:18 +0100 |
| commit | 8b9b01ea76edb9fee8759b3aa88d43380e2db324 (patch) | |
| tree | bd7798783a93c62bfc12c7b25ac23c07196fadea /cscript | |
| parent | db25f209b87834e9f71f14897a55e1c554d13148 (diff) | |
Write annotation text and language to CCAP nodes correctly.
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', '90aa785')) - deps.append(('libsub', 'd24512e')) + deps.append(('libdcp', 'f2f2a2a')) + deps.append(('libsub', 'c2d6d92')) deps.append(('rtaudio-cdist', '739969e')) return deps |
