diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-22 15:48:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-22 15:48:03 +0000 |
| commit | 360db7a7d5429c3bcf7c5c0e39e29a94a74d8f8a (patch) | |
| tree | a09ed7810ec8537557d40c0afebca24362d55717 /cscript | |
| parent | a2710f33a053e0e9c3ad1807549069c7e9c6fe6c (diff) | |
Put details of missing asset paths into the job details... box.
Diffstat (limited to 'cscript')
| -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', '4676616')) - deps.append(('libsub', 'f93c12c')) + deps.append(('libdcp', '49f9ec2')) + deps.append(('libsub', '1e1836a')) deps.append(('rtaudio-cdist', 'aad62d7')) return deps |
