mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
start of AVB support
This commit is contained in:
parent
957e3a7b38
commit
1adc94df11
10 changed files with 2050 additions and 0 deletions
14
spa/plugins/avb/meson.build
Normal file
14
spa/plugins/avb/meson.build
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
spa_avb_sources = ['avb.c',
|
||||
'avb.h',
|
||||
'avb-pcm-sink.c',
|
||||
'avb-pcm.c' ]
|
||||
|
||||
spa_avb = shared_library(
|
||||
'spa-avb',
|
||||
[ spa_avb_sources ],
|
||||
c_args : acp_c_args,
|
||||
include_directories : [configinc],
|
||||
dependencies : [ spa_dep, mathlib, epoll_shim_dep ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'avb'
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue