summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-09 20:26:03 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-09 20:26:03 +0000
commit1daf08194e15737e2c5ba37a55f0047d8b9941e2 (patch)
tree9448cdf2261e67600783a4441970da1b9ff34966 /cscript
parenta75ee96cc27efcbb3c4ebb26fdf602f013d3a9e8 (diff)
parent4bdc3a8c1d2e6aeb37afd461eafa7e809821b042 (diff)
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/libdcp
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