summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-06-18 20:24:25 +0200
committerCarl Hetherington <cth@carlh.net>2022-06-21 18:55:16 +0200
commit2c43d6e1068704cc4f4d6383217ed9a1a07bb67d (patch)
tree75097f03edf862d9594f9c7d98fe2fcbbeaef0fe /cscript
parent6fe11fc6d50bdcd913d92601567aece6716c7112 (diff)
Use boost::random for make_random_file to make it repeatable across platforms.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 0ce8c48cb..90480a343 100644
--- a/cscript
+++ b/cscript
@@ -427,8 +427,8 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.21'))
- deps.append(('libsub', 'v1.6.22'))
+ deps.append(('libdcp', 'v1.8.22'))
+ deps.append(('libsub', 'v1.6.23'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))
# We get our OpenSSL libraries from the environment, but we