summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-22 14:25:58 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-26 14:03:24 +0000
commitf3b4fd07bb390f81ecced7b7a299808bd00540c4 (patch)
treef2f9ad0930c4b2f372e67783ee343d7aa160f70a
parent43225e4c84947e006ffd4d87f5ce8384c1242634 (diff)
Bump libdcp/libsub.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index b7e4c9b39..aaf90afb7 100644
--- a/cscript
+++ b/cscript
@@ -331,8 +331,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', '097f27f'))
- deps.append(('libsub', 'f43148f'))
+ deps.append(('libdcp', 'e8b480e'))
+ deps.append(('libsub', '3dc29c7'))
deps.append(('rtaudio-cdist', 'aad62d7'))
return deps