diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-25 22:12:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-25 22:12:02 +0100 |
| commit | 7919251d8ed75986bc2b42e8471a5838221da576 (patch) | |
| tree | 2d4273f4f0f59a519e6705ae73504d733fe23b43 | |
| parent | 1b354866c01b8b327233b7d20115134b3110638a (diff) | |
Bump libdcp for encrypted Atmos fix.
| -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', 'v0.15.5'), ('libdcp', 'v1.5.4')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', 'v1.5.5')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
