X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=8d780305f20e161dec1e8a6bf4f6855b9ef7e171;hb=d540b90f5faf1051656920ccc9644ba764e5bb2b;hp=f7da41490910a29b56ac31c335309b32b9e3c7d3;hpb=a2feb49ea52d4681d578066454ecef22ceed44ec;p=libdcp.git diff --git a/cscript b/cscript index f7da4149..8d780305 100644 --- a/cscript +++ b/cscript @@ -36,9 +36,9 @@ import shutil 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', '4dfe693'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '5895644')) + return (('libcxml', 'v0.16.1'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '6648afc')) else: - return (('libcxml', '4dfe693'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '5895644')) + return (('libcxml', 'v0.16.1'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory