diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-06 23:08:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-06 23:08:54 +0000 |
| commit | a868ecadada8bea8cb6d3395472568a48e17a8af (patch) | |
| tree | 224941e4081ee7c291994343d499ef54df788772 /cscript | |
| parent | d43434e463f5ef76ee448046ffb09ffe4b05ea8d (diff) | |
Bump libdcp for subtitle UUID error fix (#1435).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -343,8 +343,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '27e1378')) - deps.append(('libsub', '2728525')) + deps.append(('libdcp', '63bff14')) + deps.append(('libsub', 'bc18fb2')) deps.append(('rtaudio-cdist', 'a227107')) return deps |
