ffmpeg: ffmpeg_4 → ffmpeg_5
This commit is contained in:
parent
d0c9a53633
commit
711e9cfd49
1 changed files with 3 additions and 3 deletions
|
@ -19856,9 +19856,9 @@ with pkgs;
|
|||
# update to ffmpeg
|
||||
# Packages which use ffmpeg as a library, should pin to the relevant major
|
||||
# version number which the upstream support.
|
||||
ffmpeg = ffmpeg_4;
|
||||
ffmpeg-headless = ffmpeg_4-headless;
|
||||
ffmpeg-full = ffmpeg_4-full;
|
||||
ffmpeg = ffmpeg_5;
|
||||
ffmpeg-headless = ffmpeg_5-headless;
|
||||
ffmpeg-full = ffmpeg_5-full;
|
||||
|
||||
ffmpegthumbnailer = callPackage ../development/libraries/ffmpegthumbnailer { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue