diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-22 15:03:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-26 14:03:24 +0000 |
| commit | 5872136ef37e3588227cd95c59368ca44632be45 (patch) | |
| tree | f6ecef1b2651ec4b369183f8bc9da55138769a77 | |
| parent | fbfd1a9dc638406ccf270528141d1197cd3be508 (diff) | |
Bump libcxml for raw_convert type addition.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -331,8 +331,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'e8b480e')) - deps.append(('libsub', '3dc29c7')) + deps.append(('libdcp', 'd9d7b42')) + deps.append(('libsub', '83843c7')) deps.append(('rtaudio-cdist', 'aad62d7')) return deps |
