From eda64d142769ca4e81578fc1dc59e265eac28ac7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 16 Apr 2023 23:34:15 +0200 Subject: Bump openjpeg to allow higher than 250Mbit/s data rates for J2K (DoM #1665). --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 2bdb9bfa..bb068ca4 100644 --- a/cscript +++ b/cscript @@ -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 -- cgit v1.2.3