mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
bluez5: add ldac codec
This commit is contained in:
parent
3363544d05
commit
dd8573a5c2
6 changed files with 340 additions and 15 deletions
|
|
@ -28,6 +28,7 @@ if get_option('spa-plugins')
|
|||
if get_option('bluez5')
|
||||
bluez_dep = dependency('bluez', version : '>= 4.101')
|
||||
sbc_dep = dependency('sbc')
|
||||
ldac_dep = dependency('ldacBT-enc', required : false)
|
||||
endif
|
||||
if get_option('ffmpeg')
|
||||
avcodec_dep = dependency('libavcodec')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue