diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-22 21:04:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-22 22:39:16 +0200 |
| commit | 58392896c9dcbb378050bc7d0c4df989f4265e46 (patch) | |
| tree | 927917e5c2e1d6e8a1103f2b83689fbd2a4a6e4d /cscript | |
| parent | 979e5cac8afd5681669b3e8897ecb7bd8d4eb609 (diff) | |
FIXME: Support JSON verifier reports (#1823).1823-json
Needs libdcp version bump.
Diffstat (limited to 'cscript')
| -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', '8c2822db1f40614b78bc4ecbd0498c20e05e021c', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
