summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-24 13:42:05 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-18 13:46:45 +0200
commitff240aa07b9ba3c07abb45ec349df9acd0bffc57 (patch)
treefbb6febb3274c0270c69e1da827192a9d36984b8 /cscript
parente14d0004b3dbe17ee7b0e9422ebf54470a4dcfc8 (diff)
Bump libdcp for things that grok needs.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ad68da6e7..fbe36a452 100644
--- a/cscript
+++ b/cscript
@@ -508,7 +508,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.85'))
+ deps.append(('libdcp', 'v1.8.87'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))