mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
Fix SPA include paths
Change-Id: If21f43ed7b374b82c9a89a371760eaa93d870e8a
This commit is contained in:
parent
984c536a93
commit
412249b6ed
2 changed files with 3 additions and 3 deletions
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include <spa/include/spa/type-map.h>
|
||||
#include <spa/include/spa/format.h>
|
||||
#include <spa/type-map.h>
|
||||
#include <spa/format.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#define __PIPEWIRE_SPA_MONITOR_H__
|
||||
|
||||
#include <pipewire/server/core.h>
|
||||
#include <spa/include/spa/monitor.h>
|
||||
#include <spa/monitor.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue