diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-16 23:34:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-16 23:34:15 +0200 |
| commit | eda64d142769ca4e81578fc1dc59e265eac28ac7 (patch) | |
| tree | bc8a270e028bddc75732111e07916eceec8a0c83 /cscript | |
| parent | 1eaf8c66eb46561a73223802dd934094d8768f06 (diff) | |
Bump openjpeg to allow higher than 250Mbit/s data rates for J2K (DoM #1665).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ import os import shutil def dependencies(target, options): - return (('libcxml', 'v0.17.5'), ('openjpeg', 'a1403c2'), ('asdcplib', 'ae75eb417d3804a6d723e2cf09647b54b15df5db')) + return (('libcxml', 'v0.17.5'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', 'ae75eb417d3804a6d723e2cf09647b54b15df5db')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory |
