summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-08-09 10:17:21 +0200
committerCarl Hetherington <cth@carlh.net>2023-08-09 10:18:46 +0200
commit9fd131b9c2bc1baf09777863f3ce6cd6eaa5dd87 (patch)
tree2f1ea0344df6b03f5d61c406ed251eb30e47f5e8
parentb4489de4679a41c96fe0dd5449a8721cdb2294b2 (diff)
Bump libdcp to a release version.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d4fe2b106..f35186a5b 100644
--- a/cscript
+++ b/cscript
@@ -506,7 +506,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', '03609704034192ae157f6328024989eec58ac1c3'))
+ deps.append(('libdcp', 'v1.8.75'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))