diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-06-14 02:53:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-14 02:53:46 +0200 |
| commit | 7102f8606ea5805c14ad8b70522b989d7f3a4ff9 (patch) | |
| tree | f23feedd41ad93c5825b5a1f3dab5a0b0d4e7da7 | |
| parent | 103fa20b2740e390ae8fbcbfeb3895dface25ec2 (diff) | |
Bump libdcp for encrypted MPEG2 fix.
| -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.22', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.23', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
