diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-01 23:10:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-01 23:41:24 +0200 |
| commit | 89439cce043e5139617f6dfb948bb5d3d9cd6e70 (patch) | |
| tree | f3ceb11bcb0a6f2269c293ad74080332d64936dc /cscript | |
| parent | 925c56b4f9326343d7e85927305f038b54bcd052 (diff) | |
Fixes for rendering main captions and closed subtitles.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -502,7 +502,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.30', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.31', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
