summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-10-01 16:51:18 +0200
committerCarl Hetherington <cth@carlh.net>2025-10-01 16:51:18 +0200
commit68dfaed0b1eb715570c57ae436a8da7a7b49d2d6 (patch)
treea80243256e071a1f4f9636a4dba2fe49ba03eedd /cscript
parent0c3b063196a5cfe8223cee71ed749b7c1bddc6f9 (diff)
Bump libdcp for MainCaption fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9466c6cc5..5be0e7831 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.29', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.30', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))