diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-05 00:36:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-05 00:36:37 +0100 |
| commit | 0ddd79f2f0ef14ac2e925f46f3c7236054d3b64b (patch) | |
| tree | 1f55b1ae496d8555a3f03f28bb84be438e8ae7fe /cscript | |
| parent | 71bf72cff49e4deb4332bfaab43c9ddd876ca3c5 (diff) | |
Fix use of atleast_version in wscripts (it does nothing, since I don't know when).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -453,8 +453,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.35')) - deps.append(('libsub', 'v1.6.41')) + deps.append(('libdcp', 'v1.8.36')) + deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
