diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-16 02:09:39 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-18 22:43:47 +0200 |
commit | 2ec59d29734ff01bae1f63184db54ddcd7d6aadc (patch) | |
tree | 610ad6c6b246539fefb3adf904ef6ff39c18874f /configure | |
parent | 1f9f0dc6ee19f4861d91f4a1a853bd8439e98dce (diff) | |
download | ffmpeg-2ec59d29734ff01bae1f63184db54ddcd7d6aadc.tar.gz |
configure: Remove obsolete APTX decoder dependencies
Forgotten in 18e55de45a4d0ea197eaeae3a3a9daea186159b9.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2775,9 +2775,7 @@ amv_encoder_select="jpegtables mpegvideoenc" ape_decoder_select="bswapdsp llauddsp" apng_decoder_select="inflate_wrapper" apng_encoder_select="deflate_wrapper llvidencdsp" -aptx_decoder_select="audio_frame_queue" aptx_encoder_select="audio_frame_queue" -aptx_hd_decoder_select="audio_frame_queue" aptx_hd_encoder_select="audio_frame_queue" asv1_decoder_select="blockdsp bswapdsp idctdsp" asv1_encoder_select="aandcttables bswapdsp fdctdsp pixblockdsp" |