ffmpeg-full: renable lcevcdec support

This commit is contained in:
jopejoe1
2025-03-12 20:49:10 +01:00
parent 29ca1c1a78
commit 2959d7514d
@@ -90,7 +90,7 @@
withKvazaar ? withFullDeps, # HEVC encoding
withLadspa ? withFullDeps, # LADSPA audio filtering
withLc3 ? withFullDeps && lib.versionAtLeast version "7.1", # LC3 de/encoding
withLcevcdec ? false && lib.versionAtLeast version "7.1", # LCEVC decoding # FIXME currently makes ffmpeg crash in any operation on non-AVX CPUs
withLcevcdec ? withFullDeps && lib.versionAtLeast version "7.1", # LCEVC decoding
withLcms2 ? withFullDeps, # ICC profile support via lcms2
withLzma ? withHeadlessDeps, # xz-utils
withMetal ? false, # Unfree and requires manual downloading of files