diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-24 22:35:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-24 22:36:02 +0200 |
| commit | 7b13cf584e1dbafaf2beef70dca725c5f6473080 (patch) | |
| tree | fb5d651f0d07480ae4f6b545d8bb43381517c139 | |
| parent | d8530c5484f62c875b44ba363a66f58ea28b9476 (diff) | |
Bump libdcp for asdcplib assertion fix.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.21', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.22', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
