mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-31 00:34:38 +00:00
configure: remove unnecessary opus encoder dependency
audiodsp is not used by the encoder.
This commit is contained in:
@@ -2492,7 +2492,7 @@ nuv_decoder_select="idctdsp lzo"
|
||||
on2avc_decoder_select="mdct"
|
||||
opus_decoder_deps="swresample"
|
||||
opus_decoder_select="mdct15"
|
||||
opus_encoder_select="audio_frame_queue audiodsp mdct15"
|
||||
opus_encoder_select="audio_frame_queue mdct15"
|
||||
png_decoder_select="zlib"
|
||||
png_encoder_select="llvidencdsp zlib"
|
||||
prores_decoder_select="blockdsp idctdsp"
|
||||
|
||||
Reference in New Issue
Block a user