mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
avbtp: add beginnings of AVB manager module
This commit is contained in:
parent
af4875eb47
commit
f470354e67
14 changed files with 1657 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ conf_files = [
|
|||
'jack.conf',
|
||||
'minimal.conf',
|
||||
'pipewire-pulse.conf',
|
||||
'pipewire-avb.conf',
|
||||
]
|
||||
|
||||
foreach c : conf_files
|
||||
|
|
@ -100,6 +101,14 @@ executable('pipewire-pulse',
|
|||
dependencies : [ spa_dep, pipewire_dep, ],
|
||||
)
|
||||
|
||||
executable('pipewire-avb',
|
||||
pipewire_daemon_sources,
|
||||
install: true,
|
||||
c_args : pipewire_c_args,
|
||||
include_directories : [ configinc ],
|
||||
dependencies : [ spa_dep, pipewire_dep, ],
|
||||
)
|
||||
|
||||
ln = find_program('ln')
|
||||
|
||||
custom_target('pipewire-uninstalled',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue