summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-16 23:10:20 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-18 20:16:04 +0200
commita82ca79670c705ec694c1e1841bc1a187bcce113 (patch)
treef623c9ba7b9c8c8816f1d862ffabf36038415dc7
parent081c1718cf82d636266bf63d1b6b3345634a3b72 (diff)
Bump libdcp for fixes to #1965 and #1966.v2.14.49
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 92ceaa712..65036f260 100644
--- a/cscript
+++ b/cscript
@@ -325,8 +325,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.6.17'))
- deps.append(('libsub', 'v1.4.24'))
+ deps.append(('libdcp', 'b2ccdee'))
+ deps.append(('libsub', 'b081365'))
deps.append(('rtaudio-cdist', 'bf0fc23'))
return deps