ffmpeg: build with celt only in -full

Celt codec is effectively unused and superseeded by libopus.
It makes little sense to support it in the minimal build.

If anyone still uses ffmpeg with celt, it is available in -full for now.
This commit is contained in:
Grimmauld
2025-04-19 09:41:29 +02:00
parent bb884bb83f
commit a70c15f59b
@@ -56,7 +56,7 @@
withBzlib ? withHeadlessDeps,
withCaca ? withFullDeps, # Textual display (ASCII art)
withCdio ? withFullDeps && withGPL, # Audio CD grabbing
withCelt ? withHeadlessDeps, # CELT decoder
withCelt ? withFullDeps, # CELT decoder
withChromaprint ? withFullDeps, # Audio fingerprinting
withCodec2 ? withFullDeps, # codec2 en/decoding
withCuda ? withFullDeps && withNvcodec,