mirror of https://git.ffmpeg.org/ffmpeg.git
configure: add audio_frame_queue dependency for aptx codec
This commit is contained in:
parent
e679ac8d7c
commit
0b7cd29d47
|
@ -2439,6 +2439,8 @@ amv_encoder_select="aandcttables jpegtables mpegvideoenc"
|
|||
ape_decoder_select="bswapdsp llauddsp"
|
||||
apng_decoder_select="zlib"
|
||||
apng_encoder_select="llvidencdsp zlib"
|
||||
aptx_decoder_select="audio_frame_queue"
|
||||
aptx_encoder_select="audio_frame_queue"
|
||||
asv1_decoder_select="blockdsp bswapdsp idctdsp"
|
||||
asv1_encoder_select="bswapdsp fdctdsp pixblockdsp"
|
||||
asv2_decoder_select="blockdsp bswapdsp idctdsp"
|
||||
|
|
Loading…
Reference in New Issue