From 09d756b6a1faee0aa89ed5f6942b6b096624b46d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Aug 2025 12:42:53 +0200 Subject: Bump libdcp for fixes to combination (#3079). --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index ded03477b..c52eaded0 100644 --- a/cscript +++ b/cscript @@ -478,7 +478,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.24', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.25', {'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