diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:55:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:56:56 +0100 |
| commit | 1776f46fd988b4a61ed9dfa64e5b4dd2196cdd66 (patch) | |
| tree | 17fa06f567184901d07e963df429e8a8a8e18c61 /cscript | |
| parent | 9f316aabe8de053ffa6f01b1317985639a4c2d1d (diff) | |
New libcxml API.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -370,8 +370,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'd39880e')) - deps.append(('libsub', 'ee5d2c8')) + deps.append(('libdcp', 'b221efe')) + deps.append(('libsub', '4cd1518')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
