summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-02 19:18:39 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-02 19:18:39 +0100
commitb6639099f3241fc00f1e60904e8898c26c62b42e (patch)
tree529691fe02ac88e02a13592bc039f1e13c47d7e2 /cscript
parent23f98da47e29bda194297630909dd1cad3d83a62 (diff)
Bump openjpeg2 for rate allocation threshold fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b2bfb446..beb64132 100644
--- a/cscript
+++ b/cscript
@@ -37,7 +37,7 @@ def dependencies(target, options):
if (target.platform == 'windows' and target.version == 'xp') or (options is not None and 'jpeg' in options and options['jpeg'] == 'oj1'):
return (('libcxml', '25e945f'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', 'f3b0fb8'))
else:
- return (('libcxml', '25e945f'), ('openjpeg2-cdist', 'bf14163'), ('asdcplib-cth', 'f3b0fb8'))
+ return (('libcxml', '25e945f'), ('openjpeg2-cdist', '4ce711a'), ('asdcplib-cth', 'f3b0fb8'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory