0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

ffmpeg-full: disable lcevcdec (#369159)

This commit is contained in:
jopejoe1 2024-12-29 16:40:13 +00:00 committed by GitHub
commit c58aceae22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@
, withKvazaar ? withFullDeps # HEVC encoding , withKvazaar ? withFullDeps # HEVC encoding
, withLadspa ? withFullDeps # LADSPA audio filtering , withLadspa ? withFullDeps # LADSPA audio filtering
, withLc3 ? withFullDeps && lib.versionAtLeast version "7.1" # LC3 de/encoding , 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 , withLcms2 ? withFullDeps # ICC profile support via lcms2
, withLzma ? withHeadlessDeps # xz-utils , withLzma ? withHeadlessDeps # xz-utils
, withMetal ? false # Unfree and requires manual downloading of files , withMetal ? false # Unfree and requires manual downloading of files