bluez5: add ldac codec

This commit is contained in:
Wim Taymans 2020-12-03 09:25:05 +01:00
parent 3363544d05
commit dd8573a5c2
6 changed files with 340 additions and 15 deletions

View file

@ -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')