summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-24 23:17:51 +0100
committerCarl Hetherington <cth@carlh.net>2019-11-24 23:17:51 +0100
commit624141eca78ad5d349322fd4cc38bdeea99a8d49 (patch)
tree0f643a8dcd46013b8eb73c7e166c6bc95afab5f4 /cscript
parent66d566201f832974671828cc417721d7ff3c94b2 (diff)
Properly ignore empty asset path errors that do not lead to missing asset errors.v2.14.15
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 33a6c5764..98c9e5b22 100644
--- a/cscript
+++ b/cscript
@@ -344,8 +344,8 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.6.12'))
- deps.append(('libsub', 'v1.4.14'))
+ deps.append(('libdcp', 'v1.6.13'))
+ deps.append(('libsub', 'v1.4.15'))
deps.append(('rtaudio-cdist', 'bf0fc23'))
return deps