mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
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:
parent
f20aa40e80
commit
4861bef3c1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user