diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-24 00:46:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-24 00:46:57 +0100 |
| commit | 04d57019d0c8cc4396922f86d414fc36fd1d8009 (patch) | |
| tree | b031c16721c32a8f52572cf57185dc178d982a35 /cscript | |
| parent | 1cf5cdf37db1385118491a7d9545173ad30ca6a5 (diff) | |
Bump libdcp for Atmos KeyId 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', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', 'ee05b1c')) + return (('asdcplib-cth', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', '9eb185c')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
