diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-02 22:39:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-02 22:39:17 +0100 |
| commit | 2a22b830f0d658e7c8f462539c662f4bc36419b9 (patch) | |
| tree | 63bed16a46703a43922ffaa80688761161621b2b /cscript | |
| parent | b3671d377cfc5774388c8f0da6e1c60a6a554ea5 (diff) | |
Bump libdcp for subtitle Z-position fixes.zpos
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', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.32')) + return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', '9907552e698ae744ad9787109430ce896ee94ab8')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
