diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-19 15:16:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-08 00:22:39 +0100 |
| commit | aa7b19e5f93f7aa287280e41fdaf7c22d6c2cdc0 (patch) | |
| tree | be9ba016e413a35713d83066a7e89531d44a13e5 /cscript | |
| parent | f72286c907370e2741123b21acefb71a4f20e06e (diff) | |
Bump libdcp and libsub.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
