diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-12 00:25:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-12 00:25:27 +0000 |
| commit | ad08b7ba7800ee3362ddb3409c0b5bcd5836b6bd (patch) | |
| tree | 0b9fbbd869c988c42247692484f45b9106c5f10b /cscript | |
| parent | 692bbe51defe914d505bbe6613e550bfd875b233 (diff) | |
Bump libdcp for SMPTE subtitle ID 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', 'f964e99')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', 'a18b9d2')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
