diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-22 10:14:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-22 10:14:32 +0000 |
| commit | 44673457e5a19bef12a8f545c0d10ce519ce68b1 (patch) | |
| tree | 7d06aa666cc659ca5bac17893bdde34cacad1f6e /cscript | |
| parent | 0ad03c6885d05fbae7c50f86352bfe3d8f02c0f6 (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', '5ec38e1')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '95c6dd4')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
