diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-01 16:51:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-01 16:51:18 +0200 |
| commit | 68dfaed0b1eb715570c57ae436a8da7a7b49d2d6 (patch) | |
| tree | a80243256e071a1f4f9636a4dba2fe49ba03eedd | |
| parent | 0c3b063196a5cfe8223cee71ed749b7c1bddc6f9 (diff) | |
Bump libdcp for MainCaption fix.
| -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.29', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.30', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
