mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -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
|
|
@ -21,11 +21,11 @@
|
|||
#include <errno.h>
|
||||
#include <sys/mman.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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue