diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-14 16:50:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-14 16:50:21 +0200 |
| commit | 3ac44bf37777784de558219468a10ad1c0611f81 (patch) | |
| tree | 4b7030c136961e4443637ad6341f523c0ab0b1d6 | |
| parent | 5281e7f80d7e43b2170818781ba21c9b25d7c7c7 (diff) | |
Bump libdcp for missing header install.v2.15.140
| -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', '098007a')) - deps.append(('libsub', '8ab963a')) + deps.append(('libdcp', '2d6b31b')) + deps.append(('libsub', '63cddea')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
