diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-24 02:03:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-24 02:03:53 +0000 |
| commit | c90be1f100b3266ba184fbd4fec06bca5a7625c7 (patch) | |
| tree | fe4076902a6d94b8d1218a1bb1a9d85c486f6c71 /cscript | |
| parent | 014bb19876f5b26b9802fa42b573c333ebc09139 (diff) | |
Bump libdcp for Sony fixes.
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', '4dfe693'), ('libdcp', '49f9ec2')) + return (('asdcplib-cth', '5895644'), ('libcxml', '4dfe693'), ('libdcp', '5ad493e')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
