Bump openjpeg2 for rate allocation threshold fix.
authorCarl Hetherington <cth@carlh.net>
Sat, 2 Sep 2017 18:18:39 +0000 (19:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 2 Sep 2017 18:18:39 +0000 (19:18 +0100)
cscript

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