start of AVB support

This commit is contained in:
Wim Taymans 2022-03-07 20:24:46 +01:00
parent 957e3a7b38
commit 1adc94df11
10 changed files with 2050 additions and 0 deletions

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