diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-07 20:39:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-07 20:39:59 +0200 |
| commit | 43d78dbee2c714e8ee2f2003ae1fb27f2edbef38 (patch) | |
| tree | 3a13c86111714b304b1c60e3b98f71b6476cece5 /cscript | |
| parent | cedbd6625c1e00a612e58e8403266b43ceef8355 (diff) | |
AVX2 in openjpeg.
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', '7cb83d0', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '1f1409e', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
