Merge pull request #194547 from aviallon/ffmpeg-full-rav1e

ffmpeg-full: don't disable rav1e
This commit is contained in:
Robert Scott 2022-10-16 16:03:54 +01:00 committed by GitHub
commit 5cc07e626b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18437,7 +18437,6 @@ with pkgs;
ffmpeg-full = callPackage ../development/libraries/ffmpeg-full {
svt-av1 = if stdenv.isAarch64 then null else svt-av1;
rav1e = null; # We already have SVT-AV1 for faster encoding
rtmpdump = null; # Prefer the built-in RTMP implementation
# The following need to be fixed on Darwin
libjack2 = if stdenv.isDarwin then null else libjack2;