summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-11 21:07:15 +0100
committerCarl Hetherington <cth@carlh.net>2019-11-11 21:07:15 +0100
commitfb0629d75301fd3b034403438e5f68e9f63207b4 (patch)
treee28d88e80f1477130a75031ab2938ef7f055bc9f
parent62c70b89d989f5ca257a467e0496262449d0901b (diff)
Bump libdcp for fix to #1666 (bad timezones with non-integer hours behind UTC).
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 3781725e4..4c965456f 100644
--- a/cscript
+++ b/cscript
@@ -344,8 +344,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.6.9'))
- deps.append(('libsub', 'v1.4.11'))
+ deps.append(('libdcp', 'v1.6.10'))
+ deps.append(('libsub', 'v1.4.12'))
deps.append(('rtaudio-cdist', 'bf0fc23'))
return deps