diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-02 00:10:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-02 00:10:19 +0000 |
| commit | 4bdc3a8c1d2e6aeb37afd461eafa7e809821b042 (patch) | |
| tree | 03f23af888ef40c8ce3961397c7c8472343232e2 /cscript | |
| parent | 7d0aab7961d72ab194b1c9f2c6f348a91ed75c35 (diff) | |
Bump openjpeg2-cdist to get possible fix for DCP-o-matic #1136.
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', 'a8d8cba'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', 'f3b0fb8')) else: - return (('libcxml', 'a8d8cba'), ('openjpeg2-cdist', '4ce711a'), ('asdcplib-cth', 'f3b0fb8')) + return (('libcxml', 'a8d8cba'), ('openjpeg2-cdist', 'c40a3b8'), ('asdcplib-cth', 'f3b0fb8')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
