ffmpeg: enable svt-av1 and vmaf on aarch64 (#432191)

K900 9cac90f0 5ada67e9

Changed files
+2 -2
pkgs
development
libraries
ffmpeg
+2 -2
pkgs/development/libraries/ffmpeg/generic.nix
···
withSrt ? withHeadlessDeps, # Secure Reliable Transport (SRT) protocol
withSsh ? withHeadlessDeps, # SFTP protocol
withSvg ? withFullDeps, # SVG protocol
-
withSvtav1 ? withHeadlessDeps && !stdenv.hostPlatform.isAarch64 && !stdenv.hostPlatform.isMinGW, # AV1 encoder/decoder (focused on speed and correctness)
+
withSvtav1 ? withHeadlessDeps && !stdenv.hostPlatform.isMinGW, # AV1 encoder/decoder (focused on speed and correctness)
withTensorflow ? false, # Tensorflow dnn backend support (Increases closure size by ~390 MiB)
withTheora ? withHeadlessDeps, # Theora encoder
withTwolame ? withFullDeps, # MP2 encoding
···
withVaapi ? withHeadlessDeps && (with stdenv; isLinux || isFreeBSD), # Vaapi hardware acceleration
withVdpau ? withSmallDeps && !stdenv.hostPlatform.isMinGW, # Vdpau hardware acceleration
withVidStab ? withHeadlessDeps && withGPL, # Video stabilization
-
withVmaf ? withFullDeps && !stdenv.hostPlatform.isAarch64 && lib.versionAtLeast version "5", # Netflix's VMAF (Video Multi-Method Assessment Fusion)
+
withVmaf ? withFullDeps && lib.versionAtLeast version "5", # Netflix's VMAF (Video Multi-Method Assessment Fusion)
withVoAmrwbenc ? withFullDeps && withVersion3, # AMR-WB encoder
withVorbis ? withHeadlessDeps, # Vorbis de/encoding, native encoder exists
withVpl ? withFullDeps && stdenv.hostPlatform.isLinux, # Hardware acceleration via intel libvpl