Revert "linux-capture: Fix Ubuntu 21.10 builds"
This reverts commit 0532a5c1f0296098a268dc43d889a08c932e1c48. Ubuntu 21.10 is from OBS 28 onwards not longer supported and as such we can raise the requirement of the PipeWire dependency to 0.3.33.
This commit is contained in:
parent
a1e8075fba
commit
76e9c64f41
@ -6,7 +6,7 @@ if(NOT ENABLE_PIPEWIRE)
|
||||
return()
|
||||
endif()
|
||||
|
||||
find_package(PipeWire 0.3.32 REQUIRED)
|
||||
find_package(PipeWire 0.3.33 REQUIRED)
|
||||
find_package(Gio QUIET)
|
||||
find_package(Libdrm QUIET) # we require libdrm/drm_fourcc.h to build
|
||||
|
||||
|
@ -36,10 +36,6 @@
|
||||
#include <spa/param/video/type-info.h>
|
||||
#include <spa/utils/result.h>
|
||||
|
||||
#ifndef SPA_POD_PROP_FLAG_DONT_FIXATE
|
||||
#define SPA_POD_PROP_FLAG_DONT_FIXATE (1 << 4)
|
||||
#endif
|
||||
|
||||
#define CURSOR_META_SIZE(width, height) \
|
||||
(sizeof(struct spa_meta_cursor) + sizeof(struct spa_meta_bitmap) + \
|
||||
width * height * 4)
|
||||
|
Loading…
x
Reference in New Issue
Block a user