summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-09-29 16:58:42 +0200
committerCarl Hetherington <cth@carlh.net>2024-09-29 23:34:08 +0200
commita7ff58bbd099ac28fc18622524d0c9dd3dee6911 (patch)
treebeaeefcabbc144ae7b49b301a77427ba71093d40
parent1e12f5d66728ba51749fd21c52e1898a41b9a5b3 (diff)
Bump libdcp for compile fixes on Python 3.14.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b440f7490..44e9dd19a 100644
--- a/cscript
+++ b/cscript
@@ -536,7 +536,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.110'))
+ deps.append(('libdcp', 'v1.8.111'))
deps.append(('libsub', 'v1.6.52'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))