ffmpeg: switch to built-in RTMP implementation

This commit is contained in:
FliegendeWurst 2021-10-26 14:34:56 +02:00
parent 4ed40e8ff9
commit 582ec1d7c9

View File

@ -16018,6 +16018,7 @@ 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;
libmodplug = if stdenv.isDarwin then null else libmodplug;