diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-23 09:31:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-23 09:52:30 +0100 |
| commit | 05564aed70eb412ab5d3546674263439385a168e (patch) | |
| tree | c14956f91a3d61a66f920af70cdf0725f8366154 /cscript | |
| parent | f2ae4294c512e0e594203edad23fc08ec3c2eca1 (diff) | |
Bump libdcp for Windows build fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -370,8 +370,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '472b1e8')) - deps.append(('libsub', '0901a20')) + deps.append(('libdcp', 'ac98ff1')) + deps.append(('libsub', '8a509f2')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
