summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-11 21:26:40 +0100
committerCarl Hetherington <cth@carlh.net>2019-11-11 21:26:40 +0100
commit63000b62c416961fae9b92c8da72a5febb6c4df1 (patch)
tree7f281e28d2fe19806d5fd005eb9bd923d77bdf6b /cscript
parent59bc8df84149aeb3080dfb1df870c1d335ce746d (diff)
Bump libdcp for fix to #1650.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 4c965456f..7d71949c4 100644
--- a/cscript
+++ b/cscript
@@ -344,8 +344,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.6.10'))
- deps.append(('libsub', 'v1.4.12'))
+ deps.append(('libdcp', 'v1.6.11'))
+ deps.append(('libsub', 'v1.4.13'))
deps.append(('rtaudio-cdist', 'bf0fc23'))
return deps