summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-12-02 00:39:14 +0100
committerCarl Hetherington <cth@carlh.net>2023-12-02 00:39:14 +0100
commit118c17b15441d956a6840bfc28e4968758b703fa (patch)
treedc102a4732dbf613c401221a7cfc3fbb4a7c5242
parent595d3ce932864fa5fb35cf9f52ac50178b8bd173 (diff)
Bump libdcp for another MCA channel ID fix.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index de4fcb122..50eb211d8 100644
--- a/cscript
+++ b/cscript
@@ -508,7 +508,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.88'))
+ deps.append(('libdcp', 'v1.8.89'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))