diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-05-08 19:36:53 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-05-08 19:36:53 +0200 |
| commit | 9b7acd441acafe0b07e2cf1db14f80a3219a8105 (patch) | |
| tree | 78b0880c825759972b51b5d155310e8d9364f4de | |
| parent | 8af5fd39e434957b0e10e07341f1ced120a49568 (diff) | |
Bump ffmpeg for no strip.support-080626
| -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', 'ee236adf5362053a8ae3ce28242db6d4265b9938', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'd0ea0674d5dc9b413b0c31cc7dd89669f32cd76c', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.61')) 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', '0e1903c03b310f6f08b26c7ef7a08ede4bde7235')) return deps |
