Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2018-01-06 19:11:48 +0300
committerAurelien Jacobs <aurel@gnuage.org>2018-02-10 00:10:55 +0300
commit6fd110a0940f9177d33db4e98b2a66742cc29988 (patch)
tree93970af650032f7cfb11f886ed1cb16c83c206b6 /configure
parent96b217f5e878fabc142fc198b1e297b624f5c17e (diff)
aptx: implement the aptX HD bluetooth codec
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 8d713f1bc0..fee7d97cc3 100755
--- a/configure
+++ b/configure
@@ -2461,6 +2461,8 @@ apng_encoder_deps="zlib"
apng_encoder_select="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="bswapdsp fdctdsp pixblockdsp"
asv2_decoder_select="blockdsp bswapdsp idctdsp"