Bump openjpeg for Windows ccache build fixes.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 08:51:09 +0000 (10:51 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 08:51:09 +0000 (10:51 +0200)
cscript

diff --git a/cscript b/cscript
index 66852a6700c7d5e6b236170d23c3450e80d78365..4efd84b0f71ecb119f50709d0643b6ba66ea3e78 100644 (file)
--- a/cscript
+++ b/cscript
@@ -41,7 +41,7 @@ def dependencies(target, options):
     if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1':
         return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'carl'))
     else:
-        return (libcxml, ('openjpeg', '956af06'), ('asdcplib', 'carl'))
+        return (libcxml, ('openjpeg', '585b84a'), ('asdcplib', 'carl'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory