diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-26 20:40:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-26 20:40:43 +0200 |
| commit | 8de14f3ad1a4adb1449ebc4503ebe8702119f237 (patch) | |
| tree | 1ba26e4e7f592391955b9a43907ef87dc99495de /cscript | |
| parent | b3a11879c49c8c0f79e7643827125ae8a7c82a01 (diff) | |
Bump libdcp for fix to #2344.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -446,8 +446,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.29')) - deps.append(('libsub', 'v1.6.32')) + deps.append(('libdcp', 'v1.8.30')) + deps.append(('libsub', 'v1.6.33')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
