summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-07 20:39:13 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-07 20:39:13 +0200
commit1f1409e97bb7d14d8be70450a6cda4fbb2061f0a (patch)
treeaf1cd2d95c5585f8f67c65c03679ff86d21ddb69 /cscript
parent7cb83d09da5057ff1a17293316d0c1896f95228a (diff)
Add avx2 to openjpeg.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 4b03e68f..cf0800bf 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', '08fff34'), ('asdcplib', 'carl'))
+ return (libcxml, ('openjpeg', '44863e4'), ('asdcplib', 'carl'))
else:
- return (libcxml, ('openjpeg', '08fff34'), ('asdcplib', 'carl'))
+ return (libcxml, ('openjpeg', '44863e4'), ('asdcplib', 'carl'))
def build(target, options):
cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory