summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-24 22:35:54 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-24 22:36:02 +0200
commit7b13cf584e1dbafaf2beef70dca725c5f6473080 (patch)
treefb5d651f0d07480ae4f6b545d8bb43381517c139
parentd8530c5484f62c875b44ba363a66f58ea28b9476 (diff)
Bump libdcp for asdcplib assertion fix.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f821c0707..5a8563e08 100644
--- a/cscript
+++ b/cscript
@@ -437,7 +437,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.21', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.22', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))