summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-13 22:19:07 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-13 22:37:37 +0100
commit62739d9cdc7f055c6482929c1229c5898bc73084 (patch)
treec6b150771d530821238d30c7659f8f0a337f63ce
parentf74349740aaa68b0e06b0da9e614f27238bc8e4e (diff)
Fix build on RPM systems.v2.17.13
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3284a6ede..c2aec0730 100644
--- a/cscript
+++ b/cscript
@@ -534,7 +534,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.9.0'))
+ deps.append(('libdcp', 'v1.9.1'))
deps.append(('libsub', 'v1.6.47'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))