diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-14 00:36:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-14 00:36:14 +0200 |
| commit | b51528945c226f23194378a05b2340ce2ea7e573 (patch) | |
| tree | db31d364e80f91e3a94a98510afe99a58d46b366 /cscript | |
| parent | b0d7e353d92819eb2a8479eaf239ef7547c53fea (diff) | |
Bump libdcp for verify fix.
Previously it would give errors with multi-CPL DCPs where the CPLs had
different audio channel counts.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -478,7 +478,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.26', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.27', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
