mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-01 10:02:11 -05:00
linux-pipewire: Add missing struct typedef for older PipeWire
This allows building against PipeWire versions lower than 0.3.62. The missing structure is copied verbatim from: https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/1423
This commit is contained in:
@@ -52,6 +52,9 @@ enum spa_meta_videotransform_value {
|
||||
|
||||
#define SPA_META_VideoTransform 8
|
||||
|
||||
struct spa_meta_videotransform {
|
||||
uint32_t transform; /**< orientation transformation that was applied to the buffer */
|
||||
};
|
||||
#endif
|
||||
|
||||
#define CURSOR_META_SIZE(width, height) \
|
||||
|
||||
Reference in New Issue
Block a user