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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user