summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-23 23:36:23 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-23 23:36:23 +0200
commite3b8ace9986cb11b429123c79e41770409d475d7 (patch)
treef292c689b2bbffc53c69375f3349805760b5fc72 /cscript
parent27d4ed54bdbabd123eb99233aa1798e913ea9764 (diff)
Bump libdcp for 32-bit Windows build fixes.v2.18.25
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 458991e78..9466c6cc5 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.28', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.29', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))