diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-27 01:43:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-27 01:43:05 +0100 |
| commit | 059f68ed9d6d74fc6dd28e034db8a4f743c7a76c (patch) | |
| tree | 5b41149768ec75e0ea60f00dcb70f0ba21558b1a /cscript | |
| parent | d880fa106cd803e400aeb246fb4db757a9a87677 (diff) | |
Bump libdcp for Bv2.0 fixes (#2988).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -436,7 +436,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.17', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.18', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
