summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-10 23:31:38 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-10 23:31:38 +0200
commit225b7537645bb798fc5b16e31055bed1b5e1b2d8 (patch)
tree47a89722583c6b83b599649fffb9aee0c52c6363
parentc6f9cb9549323ce224710d86f9cd314e255242f4 (diff)
Bump libdcp for macOS test fix.mac-tests
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 5a2da6d1..c70b30d6 100644
--- a/cscript
+++ b/cscript
@@ -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