summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-09-14 02:01:26 +0200
committerCarl Hetherington <cth@carlh.net>2024-09-14 02:01:26 +0200
commitd83c9ffb117f1eb2a913ac3180a3a3f511a522bb (patch)
tree8a368b153ab59ce70e1b054728ef00794f0b07d7
parent4f850f9958beacd8d2b39fda1941b68ffb94b2f0 (diff)
Bump libdcp for static boost fix in libcxml.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0437c0131..0f3c101a4 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.104'))
+ deps.append(('libdcp', 'v1.8.105'))
deps.append(('libsub', 'v1.6.52'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))