From fc41fadcfb3fcf2b4ba20f2d29036043dda71040 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 30 Sep 2025 00:12:20 +0200 Subject: Bump libdcp to get updates to FFmpeg and openjpeg. openjpeg based on 2.5.4. FFmpeg based on 8.0. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index ed6f35666..7ae027413 100644 --- a/cscript +++ b/cscript @@ -506,7 +506,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'b47f0559041040495a08eb0b5cc2d62068d83952', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', '1b8d3a2c2f8877e2c2df71be48b03a1d0062936f', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.59')) deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388')) if target.platform != 'linux' or target.distro != 'arch': @@ -519,7 +519,7 @@ def dependencies(target, options): if can_build_disk(target): deps.append(('lwext4', '5755f8f25aadf18ec49e0350b6daaab3a648b9d7')) if build_tests(target): - deps.append(('ffcmp', '26f17612f391')) + deps.append(('ffcmp', '11d2e6cafce8c041f034b99d2912c2275b523e47')) return deps -- cgit v1.2.3