mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
start of AVB support
This commit is contained in:
parent
957e3a7b38
commit
1adc94df11
10 changed files with 2050 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
if alsa_dep.found()
|
||||
subdir('alsa')
|
||||
endif
|
||||
if get_option('avb').allowed()
|
||||
subdir('avb')
|
||||
endif
|
||||
if get_option('audioconvert').allowed()
|
||||
subdir('audioconvert')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue