mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
zeroconf: add avahi zerconf discover module
Discovers remote sinks and sources and load the tunnel module to make a local sink and source for them.
This commit is contained in:
parent
59842b3bd6
commit
6744934734
6 changed files with 717 additions and 0 deletions
|
|
@ -311,6 +311,7 @@ sdl_dep = dependency('sdl2', required : get_option('sdl2'))
|
|||
ncurses_dep = dependency('ncursesw', required : false)
|
||||
sndfile_dep = dependency('sndfile', version : '>= 1.0.20', required : get_option('sndfile'))
|
||||
pulseaudio_dep = dependency('libpulse', required : get_option('libpulse'))
|
||||
avahi_dep = dependency('avahi-client', required : get_option('avahi'))
|
||||
|
||||
gst_option = get_option('gstreamer')
|
||||
gst_deps_def = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue