summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-01 23:35:06 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-01 23:35:06 +0200
commit73fa83c9b47fa780eff4e5fc5011b7445ab956c0 (patch)
tree3d962f2197b6197c92173b33f85dbd54bb4b1886 /cscript
parentdcc46f2a5243bfdccf700d5f3ace85ff8cd569f8 (diff)
Bump libdcp for CPL root element namespace fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a7dd0282e..8703bf22e 100644
--- a/cscript
+++ b/cscript
@@ -376,7 +376,7 @@ def dependencies(target):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.6.8'))
+ deps.append(('libdcp', 'v1.6.9'))
deps.append(('libsub', 'v1.4.10'))
deps.append(('rtaudio-cdist', 'bf0fc23'))