mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
pinos: Use correct spa/ include paths
Don't include spa/include/spa/... but just spa/..., as otherwise it is not possible to include these (installed) header files externally.
This commit is contained in:
parent
5cb35d8bc1
commit
361d2b6a87
8 changed files with 19 additions and 19 deletions
|
|
@ -20,8 +20,8 @@
|
|||
#ifndef __PINOS_STREAM_H__
|
||||
#define __PINOS_STREAM_H__
|
||||
|
||||
#include <spa/include/spa/buffer.h>
|
||||
#include <spa/include/spa/format.h>
|
||||
#include <spa/buffer.h>
|
||||
#include <spa/format.h>
|
||||
|
||||
#include <pinos/client/context.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue