diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-28 22:27:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-06 22:48:30 +0100 |
| commit | 9b1b653f1a169dae3e939c58d73356ff02e5835c (patch) | |
| tree | 6bd1f5e04de4f8fbabe9b54586828294deacc0a1 /cscript | |
| parent | 0892ee346ee0caf60d532bab40ebf1716e3b1cb8 (diff) | |
Use 1 guard bit in JPEG2000 encoding for 2K, per Bv2.1.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
