diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-27 23:44:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-28 20:58:47 +0200 |
| commit | 5c318bb706e34333831a7c839e6fb1c3d042533f (patch) | |
| tree | a8aa8adc332044e32a9009956cd36a91f07f22d2 /cscript | |
| parent | 4ae33e85fd1ebf1b8255723b0cb98d205a068fca (diff) | |
Bump libdcp for fix to crash with interop subtitles (#2536).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -480,7 +480,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.69')) + deps.append(('libdcp', 'v1.8.70')) deps.append(('libsub', 'v1.6.44')) deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae')) deps.append(('rtaudio', 'f619b76')) |
