diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-07 18:22:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-07 18:22:27 +0200 |
| commit | 7bc87889807c9a6fbf800b9d7a50c563ce0253f4 (patch) | |
| tree | 2b209bf9a3830c9b5fdb6638fb32b41a8ec6d274 /cscript | |
| parent | 599d1c3c08ff1c901e1cf9194ba82a1ed0ad6797 (diff) | |
Re-fix previous.v2.15.142
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -386,8 +386,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'b68a460')) - deps.append(('libsub', '9c530ee')) + deps.append(('libdcp', '6384002')) + deps.append(('libsub', '55ebde1')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
