diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-19 00:09:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-19 00:09:54 +0100 |
| commit | 25da3976eaef1ba90416300774153e3b8c5cc062 (patch) | |
| tree | efdee16666621ed868493101f3a6b5723e9e2159 /cscript | |
| parent | 96364216624c79d12454aca40b89dc9ee3be5894 (diff) | |
Bump libdcp for Linux static test build fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -372,8 +372,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '4078aaa')) - deps.append(('libsub', '74b8bce')) + deps.append(('libdcp', '0c55c9b')) + deps.append(('libsub', 'a92f526')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
