diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-14 16:31:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-14 16:31:42 +0200 |
| commit | 5281e7f80d7e43b2170818781ba21c9b25d7c7c7 (patch) | |
| tree | a24a5a59c655e26eac9306c575abc5de17e9501b | |
| parent | d5c220f76907f0113bf0b5d3a7e26e5b27197a17 (diff) | |
Bump libdcp to try and fix #1965 and #1966.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -385,8 +385,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '274dd30')) - deps.append(('libsub', '276532e')) + deps.append(('libdcp', '098007a')) + deps.append(('libsub', '8ab963a')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
