summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-10-28 01:51:51 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-28 02:30:08 +0200
commit157728fb69167da75aa04f6d78fdb6cc274a7db2 (patch)
tree07bcf63f13484e9c5275766060d16e579fa28ea0 /cscript
parent6e1c0f245a3940da7da175a978c0561711cfb447 (diff)
Use updated libdcp, including an optimisation for rgb-onto-xyz12.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index be61c5330..a70f73571 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.86'))
+ deps.append(('libdcp', '687e46f8770ee946ce149e2b893f3626052b6881'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))