summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-23 21:12:21 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-23 21:12:21 +0100
commitf8f76fbca5eb765fb3e3ebd55f655e9c489dcfc5 (patch)
tree479ef1e1b606e68c5623e25bd66244f7a552f8ee /cscript
parent4947d7260fa164d5f47cfb688d029a0fd6ab9967 (diff)
fixup! FIXME: use new libdcp open_error API.better-windows-file-error
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b240872e4..309365522 100644
--- a/cscript
+++ b/cscript
@@ -453,7 +453,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'a19fe8260a4e1f4cb9d523f5b2cb41eae0a61acd'))
+ deps.append(('libdcp', 'a442b3624879891f731632a6f72cbb71a51381fd'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))