summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-22 15:48:03 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-22 15:48:03 +0000
commit360db7a7d5429c3bcf7c5c0e39e29a94a74d8f8a (patch)
treea09ed7810ec8537557d40c0afebca24362d55717 /cscript
parenta2710f33a053e0e9c3ad1807549069c7e9c6fe6c (diff)
Put details of missing asset paths into the job details... box.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 77c5a94ba..969bb7227 100644
--- a/cscript
+++ b/cscript
@@ -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