summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-04-12 22:42:32 +0200
committerCarl Hetherington <cth@carlh.net>2025-04-14 18:42:09 +0200
commitec02427b46e95fa2a63ad680e0a9787f2d306305 (patch)
treea68ea22ad9cdc31a4141be2122d017bff80497b5 /cscript
parentc6c81128909add9908c5a13e156cd91dde001eec (diff)
Bump libdcp for very invalid subtitle duration checks.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0b63394bc..03f49467d 100644
--- a/cscript
+++ b/cscript
@@ -437,7 +437,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.18', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.19', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))