mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
bluez5: add aptX and aptX HD codecs
They need the libopenaptx libraries from https://github.com/pali/libopenaptx
This commit is contained in:
parent
af8bb55762
commit
106d597305
11 changed files with 474 additions and 68 deletions
|
|
@ -29,6 +29,7 @@ if get_option('spa-plugins')
|
|||
bluez_dep = dependency('bluez', version : '>= 4.101')
|
||||
sbc_dep = dependency('sbc')
|
||||
ldac_dep = dependency('ldacBT-enc', required : false)
|
||||
aptx_dep = dependency('libopenaptx', required : false)
|
||||
endif
|
||||
if get_option('ffmpeg')
|
||||
avcodec_dep = dependency('libavcodec')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue