diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-08 12:54:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-09 20:01:00 +0200 |
| commit | f14a056d70af376ef6d9171474781d3526be4cd9 (patch) | |
| tree | 7f5a4e4b327e3a10da5e917adca762845c87039d /cscript | |
| parent | 2846a509d6403d5fe1e7c2c471c85a913fabc716 (diff) | |
Bump libdcp to 1.8.2 for fix when adding KDMs to VFs.
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.1')) - deps.append(('libsub', 'v1.6.1')) + deps.append(('libdcp', 'v1.8.2')) + deps.append(('libsub', 'v1.6.2')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
