mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
Follow installed include path for spa headers
This commit is contained in:
parent
cba22d0e39
commit
49d635ae68
16 changed files with 29 additions and 29 deletions
|
|
@ -29,8 +29,8 @@
|
|||
#include <sys/signalfd.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include <spa/include/spa/loop.h>
|
||||
#include <spa/include/spa/ringbuffer.h>
|
||||
#include <spa/loop.h>
|
||||
#include <spa/ringbuffer.h>
|
||||
|
||||
#include <pinos/client/loop.h>
|
||||
#include <pinos/client/log.h>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
#include "pinos/server/client-node.h"
|
||||
#include "pinos/server/module.h"
|
||||
|
||||
#include "spa/include/spa/monitor.h"
|
||||
#include "spa/monitor.h"
|
||||
|
||||
void
|
||||
pinos_type_init (PinosType *type)
|
||||
|
|
|
|||
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#include <spa/include/spa/type-map.h>
|
||||
#include <spa/include/spa/format-utils.h>
|
||||
#include <spa/include/spa/video/format-utils.h>
|
||||
#include <spa/include/spa/format-builder.h>
|
||||
#include <spa/include/spa/props.h>
|
||||
#include <spa/type-map.h>
|
||||
#include <spa/format-utils.h>
|
||||
#include <spa/video/format-utils.h>
|
||||
#include <spa/format-builder.h>
|
||||
#include <spa/props.h>
|
||||
|
||||
#include <pinos/client/pinos.h>
|
||||
#include <pinos/client/sig.h>
|
||||
|
|
|
|||
|
|
@ -25,9 +25,9 @@
|
|||
#include <gst/audio/audio.h>
|
||||
|
||||
#include <spa/lib/mapper.h>
|
||||
#include <spa/include/spa/format-builder.h>
|
||||
#include <spa/include/spa/video/format-utils.h>
|
||||
#include <spa/include/spa/audio/format-utils.h>
|
||||
#include <spa/format-builder.h>
|
||||
#include <spa/video/format-utils.h>
|
||||
#include <spa/audio/format-utils.h>
|
||||
|
||||
#include "gstpinosformat.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#include <gst/allocators/gstfdmemory.h>
|
||||
#include <gst/video/video.h>
|
||||
|
||||
#include <spa/include/spa/buffer.h>
|
||||
#include <spa/buffer.h>
|
||||
|
||||
#include "gstpinosformat.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
#include <gst/allocators/gstfdmemory.h>
|
||||
#include <gst/video/video.h>
|
||||
|
||||
#include <spa/include/spa/buffer.h>
|
||||
#include <spa/buffer.h>
|
||||
|
||||
#include "gstpinosclock.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include <spa/include/spa/node.h>
|
||||
#include <spa/include/spa/monitor.h>
|
||||
#include <spa/include/spa/pod-iter.h>
|
||||
#include <spa/node.h>
|
||||
#include <spa/monitor.h>
|
||||
#include <spa/pod-iter.h>
|
||||
#include <pinos/client/log.h>
|
||||
#include <pinos/server/node.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#include <stdio.h>
|
||||
#include <dlfcn.h>
|
||||
|
||||
#include <spa/include/spa/node.h>
|
||||
#include <spa/node.h>
|
||||
|
||||
#include "spa-node.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@
|
|||
#include "pinos/server/core.h"
|
||||
#include "pinos/server/client-node.h"
|
||||
|
||||
#include "spa/include/spa/node.h"
|
||||
#include "spa/include/spa/format-builder.h"
|
||||
#include "spa/node.h"
|
||||
#include "spa/format-builder.h"
|
||||
|
||||
#define MAX_INPUTS 64
|
||||
#define MAX_OUTPUTS 64
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ extern "C" {
|
|||
typedef struct _PinosCore PinosCore;
|
||||
typedef struct _PinosGlobal PinosGlobal;
|
||||
|
||||
#include <spa/include/spa/log.h>
|
||||
#include <spa/log.h>
|
||||
|
||||
#include <pinos/client/type.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <spa/lib/debug.h>
|
||||
#include <spa/include/spa/video/format.h>
|
||||
#include <spa/include/spa/pod-utils.h>
|
||||
#include <spa/video/format.h>
|
||||
#include <spa/pod-utils.h>
|
||||
|
||||
#include "pinos/client/pinos.h"
|
||||
#include "pinos/client/interfaces.h"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ extern "C" {
|
|||
|
||||
typedef struct _PinosLink PinosLink;
|
||||
|
||||
#include <spa/include/spa/ringbuffer.h>
|
||||
#include <spa/ringbuffer.h>
|
||||
|
||||
#include <pinos/client/mem.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
#include <errno.h>
|
||||
#include <sys/eventfd.h>
|
||||
|
||||
#include "spa/include/spa/list.h"
|
||||
#include "spa/include/spa/ringbuffer.h"
|
||||
#include "spa/list.h"
|
||||
#include "spa/ringbuffer.h"
|
||||
#include "pinos/client/log.h"
|
||||
#include "pinos/server/main-loop.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ extern "C" {
|
|||
|
||||
typedef struct _PinosNode PinosNode;
|
||||
|
||||
#include <spa/include/spa/clock.h>
|
||||
#include <spa/include/spa/node.h>
|
||||
#include <spa/clock.h>
|
||||
#include <spa/node.h>
|
||||
|
||||
#include <pinos/client/mem.h>
|
||||
#include <pinos/client/transport.h>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
|
||||
typedef struct _PinosPort PinosPort;
|
||||
|
||||
#include <spa/include/spa/node.h>
|
||||
#include <spa/node.h>
|
||||
|
||||
#include <pinos/client/introspect.h>
|
||||
#include <pinos/client/mem.h>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
|
||||
typedef struct _PinosResource PinosResource;
|
||||
|
||||
#include <spa/include/spa/list.h>
|
||||
#include <spa/list.h>
|
||||
|
||||
#include <pinos/client/sig.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue