diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-31 23:35:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-31 23:35:00 +0000 |
| commit | ea6dfead00b1bf10b4fc43eb2ea8ff788595fdbd (patch) | |
| tree | e2e08ffbefea635b4bb92ab4d509842808ea4d54 | |
| parent | 0fb8f8c4ec481e342d26a332595d39fcf8cd4e94 (diff) | |
Bumps for new asdcplib to fix #1325.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -327,8 +327,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '1b9ef11')) - deps.append(('libsub', '23d4d5d')) + deps.append(('libdcp', '6a85c30')) + deps.append(('libsub', '781e08a')) deps.append(('rtaudio-cdist', 'aad62d7')) return deps |
