summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-30 00:04:52 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-02 01:20:16 +0200
commit4ba6268da4db833680f1b6c7ea1ae85945cca81d (patch)
tree7ea7ba6872d1513104b7d65ec94caf911e9045a5 /cscript
parent89d4700c1e92f223b63563e5cf0978972db204c6 (diff)
INVALID_JPEG2000_GUARD_BITS_FOR_{2,4}K: note -> guard_bits.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index bca04dbc3..f9969797b 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', '0c3fc9e8b334', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'fca073e6dfb0', {'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':