diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-17 20:39:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-17 21:49:49 +0200 |
| commit | 0c918cdfc2934cc30e7db09cb9b51e4cc6384935 (patch) | |
| tree | b93a25f9b58be61d63db907558ec3eccd300ebd2 | |
| parent | 788ce6e3914c5669503c3df6632b47ac4de0c746 (diff) | |
Bump libdcp.ignore-hmac
| -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', '5346d1c', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '56a6b32', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) |
