From b5d8e1c4f14ee9bb88c980c5431a98041428d229 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Sep 2025 21:23:40 +0200 Subject: Catch two new libdcp exceptions (#3074). --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index c52eaded0..49b8401c8 100644 --- a/cscript +++ b/cscript @@ -478,7 +478,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.25', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.26', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) -- cgit v1.2.3