summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-19 10:35:51 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-19 10:35:51 +0100
commit4290aabbd417b3070f7299752f22711437f3a37c (patch)
tree623c6a6977d830baa4fd2225d7a597120b67ae9b
parent0f52c0430cae1a295fc87463de40daff05968c08 (diff)
Bump libdcp for another wscript character encoding fix.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 494f405da..223340758 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.42'))
+ deps.append(('libdcp', 'v1.8.43'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))