summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-05-08 19:36:53 +0200
committerCarl Hetherington <cth@carlh.net>2026-05-08 19:36:53 +0200
commit9b7acd441acafe0b07e2cf1db14f80a3219a8105 (patch)
tree78b0880c825759972b51b5d155310e8d9364f4de
parent8af5fd39e434957b0e10e07341f1ced120a49568 (diff)
Bump ffmpeg for no strip.support-080626
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index f4828ce86..ff7b637ad 100644
--- a/cscript
+++ b/cscript
@@ -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