diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-15 23:35:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-15 23:35:03 +0100 |
| commit | 07f451e01f82793904482f55c5a89163c6bb8e44 (patch) | |
| tree | df5cb7af4747fef0caa010e688ad503349881599 /cscript | |
| parent | 0ae846f2cb9c43ef65331796e18c6d4706437060 (diff) | |
Stop empty Font IDs in imported DCP subtitles making it into the
output DCP (#1689).
Back-ported from d8d4225a3e488cf78438b80938aa18fd07d30a06 in v2.15.x
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -344,8 +344,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.6.13')) - deps.append(('libsub', 'v1.4.15')) + deps.append(('libdcp', 'v1.6.14')) + deps.append(('libsub', 'v1.4.16')) deps.append(('rtaudio-cdist', 'bf0fc23')) return deps |
