summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-14 00:36:14 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-14 00:36:14 +0200
commitb51528945c226f23194378a05b2340ce2ea7e573 (patch)
treedb31d364e80f91e3a94a98510afe99a58d46b366
parentb0d7e353d92819eb2a8479eaf239ef7547c53fea (diff)
Bump libdcp for verify fix.
Previously it would give errors with multi-CPL DCPs where the CPLs had different audio channel counts.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 49b8401c8..993b7dc75 100644
--- a/cscript
+++ b/cscript
@@ -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'))