summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-02 00:10:19 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-02 00:10:19 +0000
commit4bdc3a8c1d2e6aeb37afd461eafa7e809821b042 (patch)
tree03f23af888ef40c8ce3961397c7c8472343232e2 /cscript
parent7d0aab7961d72ab194b1c9f2c6f348a91ed75c35 (diff)
Bump openjpeg2-cdist to get possible fix for DCP-o-matic #1136.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d15cdf28..7e56258a 100644
--- a/cscript
+++ b/cscript
@@ -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