avb: remove libavtp dependency

This commit is contained in:
Wim Taymans 2022-03-14 13:00:09 +01:00
parent c79fddf007
commit af4875eb47
7 changed files with 270 additions and 75 deletions

View file

@ -77,9 +77,6 @@ if get_option('spa-plugins').allowed()
libudev_dep = dependency('libudev', required: alsa_dep.found() or get_option('udev').enabled() or get_option('v4l2').enabled())
summary({'Udev': libudev_dep.found()}, bool_yn: true, section: 'Backend')
libavtp_dep = dependency('avtp', required: get_option('avb'))
summary({'libavtp': libavtp_dep.found()}, bool_yn: true, section: 'Backend')
subdir('plugins')
endif