bluez5: ldac decoding support

Add support for LDAC decoding, if libldac decoder is available.
This commit is contained in:
Pauli Virtanen 2022-08-07 17:58:39 +03:00 committed by Wim Taymans
parent bbe1587f71
commit 4c51e6518b
5 changed files with 207 additions and 1 deletions

View file

@ -129,6 +129,10 @@ option('bluez5-codec-ldac',
description: 'Enable LDAC Sony open source codec implementation',
type: 'feature',
value: 'auto')
option('bluez5-codec-ldac-dec',
description: 'Enable LDAC Sony open source codec decoding',
type: 'feature',
value: 'auto')
option('bluez5-codec-aac',
description: 'Enable Fraunhofer FDK AAC open source codec implementation',
type: 'feature',