summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-13 22:29:04 +0200
committerCarl Hetherington <cth@carlh.net>2023-09-13 22:29:04 +0200
commitc505a48de5f77c35865fe2676af10d36830cc9ba (patch)
treed363f5cb563ddda1a528336b11099200749a6375
parentfb027572ee7630a9ba3eeecf20f0b40cf77afb88 (diff)
Bump libdcp for fix to GH #20, a spurious rejection of a KDM.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 967803b71..75a6aa6c5 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.81'))
+ deps.append(('libdcp', 'v1.8.82'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))