summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-11-12 22:09:48 +0100
committerCarl Hetherington <cth@carlh.net>2023-11-20 01:04:56 +0100
commit89a798dbc5f48fef0b53a5ec9bb21f669dc594dd (patch)
treed19f2cbd88fa4bb23a3a18213f24cf06964e1b75 /cscript
parent796ac1e76ff47b2e4dad2b3ef10458d8befac5d8 (diff)
FIXME: Improve progress reporting of digest calculations (might help with #2643).2643-progress
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 795507e18..9d5a72eaf 100644
--- a/cscript
+++ b/cscript
@@ -508,7 +508,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'e3fa86ef35f212b14b593dd36dbff66e845d37e4'))
+ deps.append(('libdcp', 'c46f6125c482f2a3361cd33d1e1163927f038e9d'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))