summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-27 15:55:33 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-27 15:55:33 +0100
commitae859e7d02fb889ab966e0d69e2d0c42937620fe (patch)
tree1f3c7afc31989a268c4b9e2753110df3795c3d2b /cscript
parente163200eaaf65c63d5105949432140f4084de037 (diff)
Bump libdcp for some test fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index fc9058a97..4b2843a8b 100644
--- a/cscript
+++ b/cscript
@@ -457,7 +457,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.62'))
+ deps.append(('libdcp', 'v1.8.63'))
deps.append(('libsub', 'v1.6.43'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))