ffmpeg: restore 4.x as default

Partial revert of 9236978d80

Was causing too many failures for packages which don't
yet support ffmpeg 5.x yet.
This commit is contained in:
Jonathan Ringer 2022-02-07 13:28:31 -08:00
parent f20aa40e80
commit 4861bef3c1
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -16595,7 +16595,9 @@ with pkgs;
ffmpeg_3 = ffmpeg_3_4;
# Please make sure this is updated to the latest version on the next major
# update to ffmpeg
ffmpeg = ffmpeg_5;
# Packages which use ffmpeg as a library, should pin to the relevant major
# version number which the upstream support.
ffmpeg = ffmpeg_4;
ffmpeg-full = callPackage ../development/libraries/ffmpeg-full {
svt-av1 = if stdenv.isAarch64 then null else svt-av1;