summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-10 21:23:40 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-13 21:55:29 +0200
commitb5d8e1c4f14ee9bb88c980c5431a98041428d229 (patch)
treee714ddb31c15450bdd2c7a8a6ab560d8e4fc174d /cscript
parentcce1411dbe1d11978d5e0e429985da36ac64a83a (diff)
Catch two new libdcp exceptions (#3074).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c52eaded0..49b8401c8 100644
--- a/cscript
+++ b/cscript
@@ -478,7 +478,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.25', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.26', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))