summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-04-01 00:12:30 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-02 01:20:16 +0200
commit7f5e87e932a60ed232ecc6f5cadd055df7c0a9bc (patch)
tree07a610ea89f6e4eef5bd1747c00b6b38e53e5f15 /cscript
parent9d2ff3d77bb0d05116338bcb9bd561cf396f017c (diff)
INVALID_JPEG2000_TILE_PARTS_FOR_{2,4}K: note -> tile_parts.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5592e4cb1..1b1cf9812 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', '7c9d62fc64ca6d66a34063d2d01988d800b770c8', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'c518cd441ca263444d196b794a293a384a5d34fc', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.59'))
deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388'))
if target.platform != 'linux' or target.distro != 'arch':