mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
a2dp: add aac encoder
This commit is contained in:
parent
d466cffe23
commit
392fcda01f
3 changed files with 302 additions and 31 deletions
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
bluez5_sources = ['plugin.c',
|
||||
'a2dp-codecs.c',
|
||||
'a2dp-codec-aac.c',
|
||||
'a2dp-codec-sbc.c',
|
||||
'a2dp-sink.c',
|
||||
'a2dp-source.c',
|
||||
|
|
@ -27,6 +26,11 @@ if aptx_dep.found()
|
|||
bluez5_args += [ '-DENABLE_APTX' ]
|
||||
bluez5_deps += aptx_dep
|
||||
endif
|
||||
if fdk_aac_dep.found()
|
||||
bluez5_sources += [ 'a2dp-codec-aac.c' ]
|
||||
bluez5_args += [ '-DENABLE_AAC' ]
|
||||
bluez5_deps += fdk_aac_dep
|
||||
endif
|
||||
|
||||
if get_option('bluez5-backend-native')
|
||||
bluez5_sources += ['backend-hsp-native.c']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue