diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-24 21:06:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-24 21:07:13 +0200 |
| commit | eb62bf59f65372c82c45607df32dbb4beb6dd46f (patch) | |
| tree | 694e2332f571840bfa4e888c46ba6df3549d8a8f /cscript | |
| parent | 53d7976f1ff72d0aab97f93b37e9528db2fce3f4 (diff) | |
Bump libdcp to 1.8.4 for caption ordering fix (#2106).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -431,8 +431,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.3')) - deps.append(('libsub', 'v1.6.3')) + deps.append(('libdcp', 'v1.8.4')) + deps.append(('libsub', 'v1.6.4')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
