diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-03 14:49:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-03 17:12:34 +0200 |
| commit | 0a5d3c77247d3e68a144bfc077c29fbcf3819735 (patch) | |
| tree | ea2668d75f078d6fd290e038d5d5a9ed09c13bd9 /cscript | |
| parent | 34eb57979b5293ac3b864310f8fc8c77c26343e2 (diff) | |
Bump libdcp for better ContentKind support, and libsub
for fixes to \c tags in SSA files.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -427,8 +427,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.25')) - deps.append(('libsub', 'v1.6.28')) + deps.append(('libdcp', 'v1.8.26')) + deps.append(('libsub', 'v1.6.29')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
