summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-19 12:34:47 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-19 12:34:47 +0100
commit81f1c622471652aee47d8b680da927794dc2c857 (patch)
tree66a575e62bc727e359aaf06f0613ca6420779559
parent4290aabbd417b3070f7299752f22711437f3a37c (diff)
More wscript character encoding adventures.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 223340758..686839473 100644
--- a/cscript
+++ b/cscript
@@ -453,7 +453,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.43'))
+ deps.append(('libdcp', 'v1.8.44'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))