Fix SPA include paths

Change-Id: If21f43ed7b374b82c9a89a371760eaa93d870e8a
This commit is contained in:
David Svensson Fors 2017-06-21 09:54:28 +02:00 committed by Wim Taymans
parent 984c536a93
commit 412249b6ed
2 changed files with 3 additions and 3 deletions

View file

@ -22,8 +22,8 @@
#include <gst/gst.h> #include <gst/gst.h>
#include <spa/include/spa/type-map.h> #include <spa/type-map.h>
#include <spa/include/spa/format.h> #include <spa/format.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View file

@ -21,7 +21,7 @@
#define __PIPEWIRE_SPA_MONITOR_H__ #define __PIPEWIRE_SPA_MONITOR_H__
#include <pipewire/server/core.h> #include <pipewire/server/core.h>
#include <spa/include/spa/monitor.h> #include <spa/monitor.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {