diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-28 00:36:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-28 09:13:48 +0100 |
| commit | 93f1532e9345ad8f352933e85f429b27e592c1a0 (patch) | |
| tree | 494efc2e9bbe464f19a05b1f48a6f884cd13bd56 /cscript | |
| parent | 00f14190e5f61894151709c03035ecfed0533c50 (diff) | |
Bump libdcp to get ffmpeg fix for #3122.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -502,7 +502,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.40', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.41', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.58')) deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388')) if target.platform != 'linux' or target.distro != 'arch': @@ -515,7 +515,7 @@ def dependencies(target, options): if can_build_disk(target): deps.append(('lwext4', 'ab082923a791b58478d1d9939d65a0583566ac1f')) if build_tests(target): - deps.append(('ffcmp', 'e685d2baf83bcb32dedde76b15e56afba1a858ef')) + deps.append(('ffcmp', '3fe689acaa71e6a355eb03d59f76d4c3dbf1d5b9')) return deps |
