mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
module-protocol-pulse: Add Avahi zeroconf publish module
This commit is contained in:
parent
e66125ede0
commit
cf93fd7f9a
4 changed files with 721 additions and 18 deletions
|
|
@ -232,6 +232,9 @@ static const struct module_info module_list[] = {
|
|||
{ "module-tunnel-sink", create_module_tunnel_sink, },
|
||||
{ "module-tunnel-source", create_module_tunnel_source, },
|
||||
{ "module-zeroconf-discover", create_module_zeroconf_discover, },
|
||||
#ifdef HAVE_AVAHI
|
||||
{ "module-zeroconf-publish", create_module_zeroconf_publish, },
|
||||
#endif
|
||||
{ NULL, }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue