diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-03 00:07:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-18 10:38:33 +0100 |
| commit | 42d646eada50074b71cda9fbc815d6ca285838ae (patch) | |
| tree | fed3db45bd1c367682a543a809302630649f502f /cscript | |
| parent | a25cc3fda26e2bbc6b1c3786cc7f2ed7141a29f0 (diff) | |
Specify OpenJPEG 1.x when building libdcp.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', 'a6a4c47')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', 'a6a4c47', {'jpeg': 'oj1'})) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
