summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-22 21:04:14 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-22 22:39:16 +0200
commit58392896c9dcbb378050bc7d0c4df989f4265e46 (patch)
tree927917e5c2e1d6e8a1103f2b83689fbd2a4a6e4d /cscript
parent979e5cac8afd5681669b3e8897ecb7bd8d4eb609 (diff)
FIXME: Support JSON verifier reports (#1823).1823-json
Needs libdcp version bump.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 458991e78..bdd26c760 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', '8c2822db1f40614b78bc4ecbd0498c20e05e021c', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))