diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-20 22:03:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-20 22:03:47 +0200 |
| commit | a2c5a7cdc50169992345e5b96d1e3afd6a399c7d (patch) | |
| tree | 2a7da29eea92ab5fafa995629e23210b258acb9b | |
| parent | abf8a168e457bcf65581c198d3d1b5d12ccc98e0 (diff) | |
Bump libdcp to allow builds on Ubuntu 14.04 and fix a potential crash with the ASDCPErrorSuspender.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -502,7 +502,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.32', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.34', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
