diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-29 01:31:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-04 23:36:06 +0100 |
| commit | f5c2b918ebfe18252605a0a2ed9a26d49db3a5f5 (patch) | |
| tree | 85c577c20cb1d044d3c7c8c41118144abace3377 | |
| parent | 56cef0046ea0fabc39e1bfa5371fce1c76a259d8 (diff) | |
Fix libdcp to not crash in some VF verification situations.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -507,7 +507,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.89')) + deps.append(('libdcp', 'v1.8.92')) deps.append(('libsub', 'v1.6.45')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
