summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-19 02:04:25 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-19 02:04:25 +0100
commit0f52c0430cae1a295fc87463de40daff05968c08 (patch)
treeab8a59b3d754cd69042eab7f5b13593caf8e9a8d
parentde019cc2fd8c1a3b05f0b6399f29add48700aaf8 (diff)
Bump libdcp for wscript character encoding fix.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 670698185..494f405da 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.41'))
+ deps.append(('libdcp', 'v1.8.42'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))