ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Fri Sep 16 02:09:39 2022 +0200| [2ec59d29734ff01bae1f63184db54ddcd7d6aadc] | committer: Andreas Rheinhardt
configure: Remove obsolete APTX decoder dependencies Forgotten in 18e55de45a4d0ea197eaeae3a3a9daea186159b9. Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ec59d29734ff01bae1f63184db54ddcd7d6aadc --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 240ae942d1..c157338b1f 100755 --- a/configure +++ b/configure @@ -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" _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
