diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-25 13:32:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-25 13:32:36 +0100 |
| commit | 4c26d8669299052eb4f26c42755d3042b77a96f2 (patch) | |
| tree | d2ac1bdea1967a81316de4ab04e51b82dccbe018 /cscript | |
| parent | 40686a29d4d51e8a3cf4b6a02083bd32af01603f (diff) | |
Bump libdcp for openjpeg fix.
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', '37ad399')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '047d8ff')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
