diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-04-12 22:42:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-04-14 18:42:09 +0200 |
| commit | ec02427b46e95fa2a63ad680e0a9787f2d306305 (patch) | |
| tree | a68ea22ad9cdc31a4141be2122d017bff80497b5 /cscript | |
| parent | c6c81128909add9908c5a13e156cd91dde001eec (diff) | |
Bump libdcp for very invalid subtitle duration checks.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.18', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.19', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
