diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-30 00:12:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-25 12:53:07 +0200 |
| commit | fc41fadcfb3fcf2b4ba20f2d29036043dda71040 (patch) | |
| tree | e18cd20ecdd7fe0440efd7aec6eea9f403a7897c /cscript | |
| parent | d71b711220d77cd77b52bcf8316f01c09280537a (diff) | |
Bump libdcp to get updates to FFmpeg and openjpeg.
openjpeg based on 2.5.4.
FFmpeg based on 8.0.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
