mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
a2dp: add aac encoder
This commit is contained in:
parent
d466cffe23
commit
392fcda01f
3 changed files with 302 additions and 31 deletions
|
|
@ -31,6 +31,7 @@ if get_option('spa-plugins')
|
|||
ldac_dep = dependency('ldacBT-enc', required : false)
|
||||
ldac_abr_dep = dependency('ldacBT-abr', required : false)
|
||||
aptx_dep = dependency('libopenaptx', required : false)
|
||||
fdk_aac_dep = dependency('fdk-aac', required : false)
|
||||
endif
|
||||
if get_option('ffmpeg')
|
||||
avcodec_dep = dependency('libavcodec')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue