Merge remote-tracking branch 'origin/master' into staging-next
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
withLcms2 ? withFullDeps, # ICC profile support via lcms2
|
||||
withLzma ? withHeadlessDeps, # xz-utils
|
||||
withMetal ? false, # Unfree and requires manual downloading of files
|
||||
withMfx ? withFullDeps && (with stdenv.hostPlatform; isLinux && !isAarch), # Hardware acceleration via intel-media-sdk/libmfx
|
||||
withMfx ? false, # Hardware acceleration via intel-media-sdk/libmfx
|
||||
withModplug ? withFullDeps && !stdenv.hostPlatform.isDarwin, # ModPlug support
|
||||
withMp3lame ? withHeadlessDeps, # LAME MP3 encoder
|
||||
withMysofa ? withFullDeps, # HRTF support via SOFAlizer
|
||||
@@ -145,7 +145,7 @@
|
||||
withVmaf ? withFullDeps && !stdenv.hostPlatform.isAarch64 && 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 ? false, # Hardware acceleration via intel libvpl
|
||||
withVpl ? withFullDeps && stdenv.hostPlatform.isLinux, # Hardware acceleration via intel libvpl
|
||||
withVpx ? withHeadlessDeps && stdenv.buildPlatform == stdenv.hostPlatform, # VP8 & VP9 de/encoding
|
||||
withVulkan ? withHeadlessDeps && !stdenv.hostPlatform.isDarwin,
|
||||
withVvenc ? withFullDeps && lib.versionAtLeast version "7.1", # H.266/VVC encoding
|
||||
|
||||
Reference in New Issue
Block a user