summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-27 01:43:05 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-27 01:43:05 +0100
commit059f68ed9d6d74fc6dd28e034db8a4f743c7a76c (patch)
tree5b41149768ec75e0ea60f00dcb70f0ba21558b1a /cscript
parentd880fa106cd803e400aeb246fb4db757a9a87677 (diff)
Bump libdcp for Bv2.0 fixes (#2988).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0f09ae3bf..d3beaf92b 100644
--- a/cscript
+++ b/cscript
@@ -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'))