diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-10 23:31:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-10 23:31:38 +0200 |
| commit | 225b7537645bb798fc5b16e31055bed1b5e1b2d8 (patch) | |
| tree | 47a89722583c6b83b599649fffb9aee0c52c6363 | |
| parent | c6f9cb9549323ce224710d86f9cd314e255242f4 (diff) | |
Bump libdcp for macOS test fix.mac-tests
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,9 +39,9 @@ option_defaults = { 'jpeg': 'oj2' } def dependencies(target, options): libcxml = ('libcxml', 'v0.17.2') if options['jpeg'] == 'oj1': - return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'bb09615')) + return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'c936f53')) else: - return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'bb09615')) + return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'c936f53')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory |
