diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-11 10:51:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-11 10:51:42 +0200 |
| commit | b03caf659d38ba95f6a0d4b5c1fe12f4c8b9b2aa (patch) | |
| tree | 7930fb8af3611b9fc6bd5b480a7528591a77a792 /cscript | |
| parent | ef8f8ac1bb998c4eecf4b65982606820dbfacec9 (diff) | |
Bump libdcp for openjpeg Windows ccache 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', '4e885dc', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '1055451', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
