Closed ANRY17 closed 4 months ago
Please fix this
You can temporarily modify ScreencopyShared.hpp
to fix it:
#pragma once
...
//#undef SPA_VERSION_POD_BUILDER_CALLBACKS
//#define SPA_VERSION_POD_BUILDER_CALLBACKS .version = 0
#ifdef SPA_VERSION_POD_BUILDER_CALLBACKS
#undef SPA_VERSION_POD_BUILDER_CALLBACKS
#endif
#define SPA_VERSION_POD_BUILDER_CALLBACKS 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
}
...
Please fix this