summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-19 15:16:15 +0000
committerCarl Hetherington <cth@carlh.net>2019-04-08 00:22:39 +0100
commitaa7b19e5f93f7aa287280e41fdaf7c22d6c2cdc0 (patch)
treebe9ba016e413a35713d83066a7e89531d44a13e5 /cscript
parentf72286c907370e2741123b21acefb71a4f20e06e (diff)
Bump libdcp and libsub.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 428fddcab..efe8c94b8 100644
--- a/cscript
+++ b/cscript
@@ -350,8 +350,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.6.6'))
- deps.append(('libsub', 'v1.4.6'))
+ deps.append(('libdcp', '09af1b3'))
+ deps.append(('libsub', '35e4ac7'))
deps.append(('rtaudio-cdist', 'aad62d7'))
return deps