mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
ffmpeg-full: disable lcevcdec (#369159)
This commit is contained in:
commit
c58aceae22
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
, withKvazaar ? withFullDeps # HEVC encoding
|
||||
, withLadspa ? withFullDeps # LADSPA audio filtering
|
||||
, withLc3 ? withFullDeps && lib.versionAtLeast version "7.1" # LC3 de/encoding
|
||||
, withLcevcdec ? withFullDeps && lib.versionAtLeast version "7.1" # LCEVC decoding
|
||||
, withLcevcdec ? false && lib.versionAtLeast version "7.1" # LCEVC decoding # FIXME currently makes ffmpeg crash in any operation on non-AVX CPUs
|
||||
, withLcms2 ? withFullDeps # ICC profile support via lcms2
|
||||
, withLzma ? withHeadlessDeps # xz-utils
|
||||
, withMetal ? false # Unfree and requires manual downloading of files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue