diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-08 10:01:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-08 10:01:32 +0000 |
| commit | 0e411432ee953e28df9912c41acbd6fe7d6dd2f6 (patch) | |
| tree | 3e4cba8ee59ed7ead65ede47a59b9e3455c7584c /cscript | |
| parent | bc18fb2581d0910aa86b994ceef647267ca4e71d (diff) | |
Bump libdcp for SMPTE subtitle 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', '63bff14')) + return (('asdcplib-cth', '5895644'), ('libcxml', '6dd54f6'), ('libdcp', 'c763ce1')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
