diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-22 00:02:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-22 00:02:59 +0100 |
| commit | 8c006364a597911322b32f08235728407551e888 (patch) | |
| tree | 382e43ba32019ac5f6c4dd4d3a938278f2ccc1de /cscript | |
| parent | aca45cd44a92996ce4e3ea6b65572f7af27d55c4 (diff) | |
Bump for MinGW build fixes.
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', 'e5f89bf')) - deps.append(('libsub', 'ecc8096')) + deps.append(('libdcp', '472b1e8')) + deps.append(('libsub', '0901a20')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
