diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-26 22:15:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-26 22:15:20 +0100 |
| commit | b5ad46da2654a02e7add880b986a5a835455d17f (patch) | |
| tree | 6880219690a6ec3d8c66595c48a15bdb74d439f9 /cscript | |
| parent | 8115d0f378b4c52a2ffca86ef8cfd949e9272d87 (diff) | |
Bump libdcp for ReelMXF API change.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'bb09615'), ('libdcp', 'ac98ff1')) + return (('asdcplib', 'bb09615'), ('libdcp', 'f888263')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
