diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-02 00:11:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-02 00:11:39 +0000 |
| commit | 3b9dd0a4632d58100f00cfb6d9fe0def2f6ba71f (patch) | |
| tree | a191e0a06138b1c3d07b5d3355117d654acf9401 | |
| parent | e7b5945f03b297bf909d2bd28f1533137cf8f409 (diff) | |
Bump libdcp for openjpeg version bump in attempt to fix DCP-o-matic #1136.1.0
| -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', 'a8d8cba'), ('libdcp', '7863ca3')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '4bdc3a8')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
