mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
parent
c9f5deb81d
commit
e966b1d6f2
4 changed files with 29 additions and 6 deletions
|
|
@ -34,7 +34,6 @@
|
|||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <fcntl.h>
|
||||
#include <regex.h>
|
||||
|
||||
#include <pipewire/log.h>
|
||||
|
||||
|
|
@ -67,6 +66,7 @@
|
|||
#include "format.h"
|
||||
#include "internal.h"
|
||||
#include "message.h"
|
||||
#include "message-handler.h"
|
||||
#include "module.h"
|
||||
#include "operation.h"
|
||||
#include "pending-sample.h"
|
||||
|
|
@ -101,8 +101,6 @@ struct latency_offset_data {
|
|||
unsigned int initialized:1;
|
||||
};
|
||||
|
||||
#include "message-handler.c"
|
||||
|
||||
static struct sample *find_sample(struct impl *impl, uint32_t idx, const char *name)
|
||||
{
|
||||
union pw_map_item *item;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue