diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-05 21:27:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-05 21:27:58 +0200 |
| commit | 2155a17fb217fc511495ed50e39e385965f6ccd3 (patch) | |
| tree | 88649343488f0261cb2635e956a1518db0f0cad1 /cscript | |
| parent | aecb5f5a8f65f1d0f50b5861497c067adcd1f0d0 (diff) | |
| parent | 5b1c0d804847978e32bc4ce4de43f148c366f9da (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -376,8 +376,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.6.8')) - deps.append(('libsub', 'v1.4.10')) + deps.append(('libdcp', 'v1.6.9')) + deps.append(('libsub', 'v1.4.11')) deps.append(('rtaudio-cdist', 'bf0fc23')) return deps |
