summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-09-24 01:26:17 +0200
committerCarl Hetherington <cth@carlh.net>2024-09-24 01:26:17 +0200
commita5a3624943ccb9769d363a84797e00cf24bbf958 (patch)
tree8a34ad85f81ae68c6f037027a28da7f8b57b2bb0 /cscript
parentffa9430ad7519fb1b291af74f3bdae74cc26f453 (diff)
Fix build with new boost (e.g. on Arch) (#2868)
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 36a6e1ed8..b440f7490 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.108'))
+ deps.append(('libdcp', 'v1.8.110'))
deps.append(('libsub', 'v1.6.52'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))