diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-08-25 12:42:53 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-08-25 12:42:53 +0200 |
| commit | 09d756b6a1faee0aa89ed5f6942b6b096624b46d (patch) | |
| tree | 5e43bdd3cbad1210617f4796a097b14919726d47 /cscript | |
| parent | 6ea9b75c5fc4736f19a424796a3d2c7550fb16dc (diff) | |
Bump libdcp for fixes to combination (#3079).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -478,7 +478,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.24', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.25', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
