diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-21 22:43:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-21 22:43:24 +0000 |
| commit | 0ad03c6885d05fbae7c50f86352bfe3d8f02c0f6 (patch) | |
| tree | 46a10a43b06b9857aa2a32549a27a0243c135792 /cscript | |
| parent | ad08b7ba7800ee3362ddb3409c0b5bcd5836b6bd (diff) | |
Bump libdcp for atmos 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', 'a8d8cba'), ('libdcp', 'a18b9d2')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '5ec38e1')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
