Merge pull request #142989 from FliegendeWurst/ffmpeg-rtmpdump
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user