X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=89ebe5a22bb77afaa06ecc281312319c37a6070c;hb=0fa75f73f4fb1036d66964cfc77909f6fe4ebbd2;hp=8c1409e265b258a8da9f0e42ce004302602a7e9e;hpb=d39880eef211a296fa8ef4712cdef5945d08527c;p=libdcp.git diff --git a/cscript b/cscript index 8c1409e2..89ebe5a2 100644 --- a/cscript +++ b/cscript @@ -37,11 +37,11 @@ import shutil option_defaults = { 'jpeg': 'oj2' } def dependencies(target, options): - libcxml = ('libcxml', 'c336f86') - if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1': - return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'carl')) + libcxml = ('libcxml', 'v0.17.0') + if options['jpeg'] == 'oj1': + return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'bb09615')) else: - return (libcxml, ('openjpeg', '585b84a'), ('asdcplib', 'carl')) + return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'bb09615')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory