mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -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
|
|
@ -47,6 +47,7 @@
|
|||
#include "../message.h"
|
||||
#include "../reply.h"
|
||||
#include "../volume.h"
|
||||
#include "registry.h"
|
||||
|
||||
PW_LOG_TOPIC_EXTERN(pulse_ext_dev_restore);
|
||||
#undef PW_LOG_TOPIC_DEFAULT
|
||||
|
|
@ -318,7 +319,7 @@ static const struct extension_sub ext_device_restore[] = {
|
|||
{ "SAVE_FORMATS", 5, do_extension_device_restore_save_formats, },
|
||||
};
|
||||
|
||||
static int do_extension_device_restore(struct client *client, uint32_t tag, struct message *m)
|
||||
int do_extension_device_restore(struct client *client, uint32_t tag, struct message *m)
|
||||
{
|
||||
uint32_t command;
|
||||
int res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue