diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-07 00:06:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-07 00:06:44 +0200 |
| commit | 4115c8e95e521821994ca16358f106b678056fec (patch) | |
| tree | 0944d1ce88d6cf5d8b63585e933e5b2bd18d776a /cscript | |
| parent | 47e29203daec51d313ed8ab8ef759752bce18d45 (diff) | |
Bump ffmpeg to carl-dcpomatic-12 (4.2.2).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -364,7 +364,7 @@ def dependencies(target, options): if target.platform == 'windows' and target.version == 'xp': deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)] elif target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', '20d3ddf', ffmpeg_options)] + deps = [('ffmpeg-cdist', '7427ffe', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] |
