diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-02 23:24:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-12 00:53:09 +0200 |
| commit | fbba1d24adac942c724afb1e69a5f523f9961254 (patch) | |
| tree | aad6d9779f660d05e3d2c9158749f2ef83349b7f | |
| parent | 10e45d1a438dd7ca70585ba7deba1ee471075ff6 (diff) | |
Bump ffmpeg for fix to EXR parsing with non-multiple-of-8 image sizes (#2508).
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -501,7 +501,7 @@ def dependencies(target, options): ffmpeg_options = {} if target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg', '2fb5e99b45e92880bd7953cb98c2027a34884c14', ffmpeg_options)] + deps = [('ffmpeg', '2706c05433ad53a0dd30364ad86e9693ceb89922', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] @@ -517,7 +517,7 @@ def dependencies(target, options): deps.append(('openssl', '7f29dd5')) if can_build_disk(target): deps.append(('lwext4', 'ab082923a791b58478d1d9939d65a0583566ac1f')) - deps.append(('ffcmp', '15e7fdf0b3896e3f7323a950105382a9c8ae3c39')) + deps.append(('ffcmp', '390e47107484914f5a86eee2384ca0950d48f17c')) return deps |
