pipewire/spa
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
..
examples treewide: mark some functions static 2023-07-03 19:40:31 +02:00
include spa: fixes for dereferencing pointer to incomplete type in __typeof__ 2023-07-30 10:31:19 +05:30
plugins alsa: disable htimestamp by default 2023-07-26 10:32:53 +02:00
tests treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
tools treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
meson.build meson.build: enable LC3 by default 2023-07-25 07:26:21 +00:00