mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
bluez5: support Google's Opus A2DP vendor codec
This commit is contained in:
parent
ff0305dada
commit
61c585c8e6
7 changed files with 570 additions and 1 deletions
|
|
@ -153,6 +153,14 @@ if get_option('bluez5-codec-opus').allowed() and opus_dep.found()
|
|||
dependencies : [ spa_dep, opus_dep, mathlib ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'bluez5')
|
||||
|
||||
bluez_codec_opus_g = shared_library('spa-codec-bluez5-opus-g',
|
||||
[ 'a2dp-codec-opus-g.c', 'media-codecs.c' ],
|
||||
include_directories : [ configinc ],
|
||||
c_args : opus_args,
|
||||
dependencies : [ spa_dep, opus_dep, mathlib ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'bluez5')
|
||||
endif
|
||||
|
||||
if get_option('bluez5-codec-lc3').allowed() and lc3_dep.found()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue