diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-28 22:04:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-28 22:04:58 +0100 |
| commit | 34af2478ec5ae9cbf83516e4d65d1131dcb76cd4 (patch) | |
| tree | d6678a1cac6c79bfe938ff8f91cbcce953e302c6 | |
| parent | 7d8d45e3f88b3909a387b58666151b82b3edd73d (diff) | |
Bump libdcp for DCPReadError exception 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.3')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', 'v1.5.4')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
