summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-26 21:51:05 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-26 21:51:05 +0200
commit79eb2832c2f2fd2c9c99ab1cc307ea62ad50b77e (patch)
tree9b864cc08529327897f0ee642d513de431120d2c /cscript
parente4f823e6c43529f0540ea8d6f6a0462f9d560cc6 (diff)
Bump libdcp to remove bad assertion in asdcplib.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c575df034..878b81de3 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'))