ffmpeg: ffmpeg_4 → ffmpeg_5

This commit is contained in:
Fabián Heredia Montiel 2023-02-25 13:06:51 -06:00
parent d0c9a53633
commit 711e9cfd49

View File

@ -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 { };