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:
tytan652
2023-03-23 21:06:31 +01:00
committed by Ryan Foster
parent b86e878a75
commit 4d5cf98de0

View File

@@ -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) \