diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-07 23:31:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-07 23:31:56 +0200 |
| commit | c785220357c93ecd2bfc6f1e4497fde1010c798c (patch) | |
| tree | 861ea5db0acc6b067f69b851ba57f3c4bb5d8cfc /cscript | |
| parent | d5b1ebe8b350de3b438d2714018ea2b6129518f2 (diff) | |
Try openjpeg master.
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', '18836a7', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '0776cb4', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
