summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-20 12:22:39 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-20 12:22:39 +0100
commit55f3081dac374513121c7f54ef755209c02e5427 (patch)
tree4d9b98973993508cd4f9df32b9c78251fcbb7da0
parent81f1c622471652aee47d8b680da927794dc2c857 (diff)
Still more wscript adventures.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 686839473..a3b51f6e9 100644
--- a/cscript
+++ b/cscript
@@ -453,7 +453,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.44'))
+ deps.append(('libdcp', 'v1.8.45'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))