core: fix compilation with pw >= 1.1.82

fixes #227
This commit is contained in:
Vaxry 2024-07-02 19:45:04 +02:00
parent c7894aa54f
commit c5b3093871
1 changed files with 0 additions and 4 deletions

View File

@ -5,16 +5,12 @@
extern "C" {
#include <spa/pod/builder.h>
#undef SPA_VERSION_POD_BUILDER_CALLBACKS
#define SPA_VERSION_POD_BUILDER_CALLBACKS .version = 0
#include <spa/buffer/meta.h>
#include <spa/utils/result.h>
#include <spa/param/props.h>
#include <spa/param/format-utils.h>
#include <spa/param/video/format-utils.h>
#include <spa/pod/dynamic.h>
#undef SPA_VERSION_POD_BUILDER_CALLBACKS
#define SPA_VERSION_POD_BUILDER_CALLBACKS 0
}
#include <wayland-client.h>