mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-21 08:56:56 -05:00
pulse-server: compile extensions separately
Avoid including other C source files. Compile them separately.
This commit is contained in:
parent
b78371f702
commit
80ae688cc6
6 changed files with 30 additions and 10 deletions
|
|
@ -0,0 +1,8 @@
|
|||
#include <errno.h>
|
||||
|
||||
#include "registry.h"
|
||||
|
||||
int do_extension_device_manager(struct client *client, uint32_t tag, struct message *m)
|
||||
{
|
||||
return -ENOTSUP;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue