diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-12 00:46:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-12 00:46:59 +0200 |
| commit | cdf85360c59305ad6a8b43193e20fdf6b0bb1eab (patch) | |
| tree | b12169c738f31c1659fbb233300f99426bbfde4c | |
| parent | 5b01b1cfd494bcf9e7885482b510bbf6acfaadef (diff) | |
Bump libdcp for encrypted 3D verification crash fix.v1.6.34
| -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', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.30')) + return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.31')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
