summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-17 19:40:58 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-17 19:40:58 +0000
commitea3291a70d201cba47d4ee27d51b1e93dd9e3f8d (patch)
tree22601671dae37a33360666b7583b906ea209cf9e /cscript
parent8019ac9fcdb3d2d96c70d2c185d67557190d1726 (diff)
Update waf and bump deps for similar updates.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index a4490d2c8..5f452b5bf 100644
--- a/cscript
+++ b/cscript
@@ -327,8 +327,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', '6b34457'))
- deps.append(('libsub', 'eab8e1e'))
+ deps.append(('libdcp', 'a2feb49'))
+ deps.append(('libsub', '8bb11a3'))
deps.append(('rtaudio-cdist', 'aad62d7'))
return deps