summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-23 00:03:44 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-23 00:03:44 +0100
commit1437d38a988cffa5d56d1660e6525fde0f0406cb (patch)
tree1f7cde9ad8470fdcd356e7c979f21cb42359b874
parenta29d8edc41ba94190d99086ed5f19150507c31d7 (diff)
Bump libdcp for fixes to #2391 and #2394.v2.16.37
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9ebf25152..bc1985d36 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.47'))
+ deps.append(('libdcp', 'v1.8.48'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))