mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
module-protocol-pulse: Add module-roc-sink
This commit is contained in:
parent
50e015fa87
commit
e60498df51
5 changed files with 395 additions and 0 deletions
|
|
@ -235,6 +235,9 @@ static const struct module_info module_list[] = {
|
|||
{ "module-zeroconf-discover", create_module_zeroconf_discover, },
|
||||
#ifdef HAVE_AVAHI
|
||||
{ "module-zeroconf-publish", create_module_zeroconf_publish, },
|
||||
#endif
|
||||
#ifdef HAVE_ROC
|
||||
{ "module-roc-sink", create_module_roc_sink, },
|
||||
#endif
|
||||
{ NULL, }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue