Follow installed include path for spa headers

This commit is contained in:
Linus Svensson 2017-05-16 09:20:42 +02:00 committed by Wim Taymans
parent cba22d0e39
commit 49d635ae68
16 changed files with 29 additions and 29 deletions

View file

@ -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

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -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>

View file

@ -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>