diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-15 23:35:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-16 09:11:16 +0100 |
| commit | 81636ae2043240ff44199ac0c5df61dac31bf5ac (patch) | |
| tree | 5caf4aab3e9b1a4a7e097178fd180e4d5ce09bf4 /cscript | |
| parent | 12728573fcc511dc0a1824e74e8ab4fcba69067a (diff) | |
Bump libdcp to version which checks for empty interop subtitle assets.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -457,7 +457,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.50')) + deps.append(('libdcp', 'v1.8.51')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) |
