configure: add audio_frame_queue dependency for aptx codec

This commit is contained in:
James Darnley 2017-11-19 14:54:34 +01:00
parent e679ac8d7c
commit 0b7cd29d47
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -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"