diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-15 17:20:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-28 02:01:57 +0100 |
| commit | 3299d48531d631264dacd01faf1fa3c069b28e62 (patch) | |
| tree | 67d7b762bc207baafa2f08b1ac7eb246b014ecd3 /cscript | |
| parent | 957f92414a6f88dd6ef1ceb901ef0b61414bf6cd (diff) | |
Bump ffmpeg to get some fixes that were on dcpomatic-14 but not dcpomatic-16.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -502,7 +502,7 @@ def dependencies(target, options): ffmpeg_options = {} if target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg', 'b5190a92da64ee196a8afa3ededbfc94d0000c68', ffmpeg_options)] + deps = [('ffmpeg', '38d4c009b128f0bf8b67a1875489eb214f5c0fcb', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] @@ -518,7 +518,7 @@ def dependencies(target, options): deps.append(('openssl', '54298369cacfe0ae01c5aa42ace8a463fd2e7a2e')) if can_build_disk(target): deps.append(('lwext4', 'ab082923a791b58478d1d9939d65a0583566ac1f')) - deps.append(('ffcmp', 'ea340a286078e025dcf9a0c75c6313d318dbf32b')) + deps.append(('ffcmp', '50648dd763e915787f907a812c630742664cdb77')) return deps |
