diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-23 23:36:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-23 23:36:23 +0200 |
| commit | e3b8ace9986cb11b429123c79e41770409d475d7 (patch) | |
| tree | f292c689b2bbffc53c69375f3349805760b5fc72 | |
| parent | 27d4ed54bdbabd123eb99233aa1798e913ea9764 (diff) | |
Bump libdcp for 32-bit Windows build fixes.v2.18.25
| -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.28', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.29', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
