diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-17 19:40:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-17 19:40:58 +0000 |
| commit | ea3291a70d201cba47d4ee27d51b1e93dd9e3f8d (patch) | |
| tree | 22601671dae37a33360666b7583b906ea209cf9e /cscript | |
| parent | 8019ac9fcdb3d2d96c70d2c185d67557190d1726 (diff) | |
Update waf and bump deps for similar updates.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
