summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-16 23:34:15 +0200
committerCarl Hetherington <cth@carlh.net>2023-04-16 23:34:15 +0200
commiteda64d142769ca4e81578fc1dc59e265eac28ac7 (patch)
treebc8a270e028bddc75732111e07916eceec8a0c83 /cscript
parent1eaf8c66eb46561a73223802dd934094d8768f06 (diff)
Bump openjpeg to allow higher than 250Mbit/s data rates for J2K (DoM #1665).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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