summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-06-27 00:16:01 +0200
committerCarl Hetherington <cth@carlh.net>2023-06-29 01:50:20 +0200
commit5bcf273dc773cf068791df959f3365866f39e433 (patch)
tree863e07c01b8937775a4014748b88c84fd1382050 /cscript
parent4eede2937d3071c778095e971a76d804940fb340 (diff)
Bump libdcp for changes to how hashes are handled.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index eb73f88d0..45b02462e 100644
--- a/cscript
+++ b/cscript
@@ -506,7 +506,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.73'))
+ deps.append(('libdcp', 'v1.8.74'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))