summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-03 22:29:35 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-03 22:29:51 +0200
commitd5a23469a72d4ed995394e8da9768a23859dc43c (patch)
treee3533bc777a077aed72a4593f89d9250d0c0186a /cscript
parent2bf0a8aa3c5274b663b23caf74fc2b36be20cdfe (diff)
Require libdcp v1.8.0 to fix SMPTE sub XML namespaces (#2061).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b6d00b8ce..0f205c086 100644
--- a/cscript
+++ b/cscript
@@ -431,7 +431,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'b3cb9c0'))
+ deps.append(('libdcp', 'v1.8.0'))
deps.append(('libsub', '587e475'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))