pulse-server: always compile ROC modules

The module-roc-{sink,source} modules simply load the corresponding
native pipewire modules, they have no dependency on ROC.
So always compile them. This way these modules are
compile tested, and if the corresponding pipewire
modules are added to the system later, they will work
with no changes to the protocol-pulse module.
This commit is contained in:
Barnabás Pőcze 2021-11-05 16:51:58 +01:00 committed by Wim Taymans
parent ac376106d9
commit 6aba315b82
2 changed files with 5 additions and 13 deletions

View file

@ -265,10 +265,8 @@ static const struct module_info module_list[] = {
#ifdef HAVE_AVAHI
{ "module-zeroconf-publish", create_module_zeroconf_publish, },
#endif
#ifdef HAVE_ROC
{ "module-roc-sink", create_module_roc_sink, },
{ "module-roc-source", create_module_roc_source, },
#endif
{ NULL, }
};