Merge pull request #142989 from FliegendeWurst/ffmpeg-rtmpdump

This commit is contained in:
Sandro 2021-11-26 17:51:44 +01:00 committed by GitHub
commit 9aafdcf057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16197,6 +16197,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;