diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-02 19:18:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-02 19:18:39 +0100 |
| commit | b6639099f3241fc00f1e60904e8898c26c62b42e (patch) | |
| tree | 529691fe02ac88e02a13592bc039f1e13c47d7e2 /cscript | |
| parent | 23f98da47e29bda194297630909dd1cad3d83a62 (diff) | |
Bump openjpeg2 for rate allocation threshold fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
