ffmpeg-full: don't disable rav1e

This commit is contained in:
Antoine Viallon 2022-10-04 22:49:15 +02:00
parent 70ec3b9f54
commit ee335f7ded
No known key found for this signature in database
GPG key ID: D126B13AB555E16F

View file

@ -18318,7 +18318,6 @@ with pkgs;
ffmpeg-full = callPackage ../development/libraries/ffmpeg-full { ffmpeg-full = callPackage ../development/libraries/ffmpeg-full {
svt-av1 = if stdenv.isAarch64 then null else svt-av1; 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 rtmpdump = null; # Prefer the built-in RTMP implementation
# The following need to be fixed on Darwin # The following need to be fixed on Darwin
libjack2 = if stdenv.isDarwin then null else libjack2; libjack2 = if stdenv.isDarwin then null else libjack2;