summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-05 00:36:37 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-05 00:36:37 +0100
commit0ddd79f2f0ef14ac2e925f46f3c7236054d3b64b (patch)
tree1f55b1ae496d8555a3f03f28bb84be438e8ae7fe /cscript
parent71bf72cff49e4deb4332bfaab43c9ddd876ca3c5 (diff)
Fix use of atleast_version in wscripts (it does nothing, since I don't know when).
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 87e3176f5..292293119 100644
--- a/cscript
+++ b/cscript
@@ -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