diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-09 11:44:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-09 11:44:30 +0200 |
| commit | d341ccb34bbd344da9b1796d07293b95f948d167 (patch) | |
| tree | 226f8fbe13cbb3b5c339bfa25ad0539fa58f3ce9 /cscript | |
| parent | f67eb55c3ed70b6922cac681b5102e1c9a2f3185 (diff) | |
Bump libdcp to verify assets only once (#3035).
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.20', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.21', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
