diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-19 15:16:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:42 +0100 |
| commit | 7f97799c4cfea1544ef85a8a421c506605dba204 (patch) | |
| tree | b5702d2e0ba5f5a68989fb8e19d7f59ad38e3e2f /cscript | |
| parent | 2596b1db2fff8a9cc56be97099442dc791692882 (diff) | |
Bump libdcp and libsub.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -351,9 +351,9 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.6.7')) - deps.append(('libsub', 'v1.4.7')) - deps.append(('rtaudio-cdist', 'bf0fc23')) + deps.append(('libdcp', None)) + deps.append(('libsub', None)) + deps.append(('rtaudio-cdist', None)) return deps |
