summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-28 22:27:40 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-06 22:48:30 +0100
commit9b1b653f1a169dae3e939c58d73356ff02e5835c (patch)
tree6bd1f5e04de4f8fbabe9b54586828294deacc0a1 /cscript
parent0892ee346ee0caf60d532bab40ebf1716e3b1cb8 (diff)
Use 1 guard bit in JPEG2000 encoding for 2K, per Bv2.1.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 89ecb5fd..89ebe5a2 100644
--- a/cscript
+++ b/cscript
@@ -41,7 +41,7 @@ def dependencies(target, options):
if options['jpeg'] == 'oj1':
return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'bb09615'))
else:
- return (libcxml, ('openjpeg', '585b84a'), ('asdcplib', 'bb09615'))
+ return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'bb09615'))
def build(target, options):
cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory