diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-19 13:41:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-19 13:41:52 +0200 |
| commit | fc5ce01255e390e83fa9a02e6cdc5f490b741d82 (patch) | |
| tree | f0126ba13c42cac40dbd919e115282fe42d94a44 /cscript | |
| parent | dec1726769022af4adbfeefbb44e71c9b9e5f871 (diff) | |
Bump libdcp for Atmos fixes.
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): - libdcp = ('libdcp', 'cdb664d', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '2667081', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
