diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-26 21:51:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-26 21:51:05 +0200 |
| commit | 79eb2832c2f2fd2c9c99ab1cc307ea62ad50b77e (patch) | |
| tree | 9b864cc08529327897f0ee642d513de431120d2c /cscript | |
| parent | e4f823e6c43529f0540ea8d6f6a0462f9d560cc6 (diff) | |
Bump libdcp to remove bad assertion in asdcplib.
Diffstat (limited to 'cscript')
| -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')) |
