summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-17 20:04:46 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-17 20:04:46 +0100
commitd38a1f6932e6c41c79f17399030869678badc00d (patch)
tree8d75c8d48026989528f56b22f616732b4fd507ad
parent04dcbbc5f7dfc0e706dac540c7d83965a733dd0e (diff)
Bump libdcp for verify fixes (#2457 and #2459).v2.16.44
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 98b242ef5..2da234f03 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.58'))
+ deps.append(('libdcp', 'v1.8.59'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))