summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-07 23:31:33 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-07 23:31:33 +0200
commit0776cb41c86fb69fe71b649d125008c57a53da6b (patch)
treed5194ef64098d43412c9bccd4b1daa924a4eba4d
parent18836a7762c5ffe84b2329e5a20140201d9441d5 (diff)
Try openjpeg master
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index d329a5e6..681e97a2 100644
--- a/cscript
+++ b/cscript
@@ -39,9 +39,9 @@ option_defaults = { 'force-cpp11': False, 'jpeg': 'oj2' }
def dependencies(target, options):
libcxml = ('libcxml', '2b8b650', {'force-cpp11': options['force-cpp11']})
if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1':
- return (libcxml, ('openjpeg', '9761972'), ('asdcplib', 'carl'))
+ return (libcxml, ('openjpeg', '19ef7f2'), ('asdcplib', 'carl'))
else:
- return (libcxml, ('openjpeg', '9761972'), ('asdcplib', 'carl'))
+ return (libcxml, ('openjpeg', '19ef7f2'), ('asdcplib', 'carl'))
def build(target, options):
cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory