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

@ -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