Bump openjpeg to allow higher than 250Mbit/s data rates for J2K (DoM #1665).
authorCarl Hetherington <cth@carlh.net>
Sun, 16 Apr 2023 21:34:15 +0000 (23:34 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 16 Apr 2023 21:34:15 +0000 (23:34 +0200)
cscript

diff --git a/cscript b/cscript
index 2bdb9bfadfb391c9b9c0d9edc671cb6014881499..bb068ca470fe535ce6a7362c81aba36e45797cc4 100644 (file)
--- 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