pipewire/spa/include
Sourav Das c6c3259a08 spa: fixes for dereferencing pointer to incomplete type in __typeof__
before gcc 10 its not supporting pointer dereferencing in __typeof__.
    so made changes according to that. Fixes #3375

    clang also defines __GNUC__ and resolves '4' along with __clang__ which
    resolves '1'. On any version of clang, __GNUC__ and resolves '4'.
    anyway clang has this feature since version 3.
2023-07-30 10:31:19 +05:30
..
spa spa: fixes for dereferencing pointer to incomplete type in __typeof__ 2023-07-30 10:31:19 +05:30
meson.build spa: utils: add scope based resource cleanup 2023-07-11 14:23:53 +02:00