ffmpeg: ffmpeg_4 → ffmpeg_5
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user