ffmpeg: ffmpeg_4 → ffmpeg_5

This commit is contained in:
Fabián Heredia Montiel
2023-03-13 16:42:22 -06:00
parent d0c9a53633
commit 711e9cfd49
+3 -3
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 { };