pipewire/spa/include/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
..
buffer treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
control treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
debug treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
graph spa: add atomic.h and port macros to it 2023-07-13 12:25:22 +02:00
interfaces/audio aec: add new init2 method to initialize with different formats 2023-04-11 16:54:11 +02:00
monitor spa: libcamera: consume the device numbers libcamera property 2023-07-19 09:21:03 +00:00
node spa: make node callbacks fast 2023-05-06 00:47:39 +02:00
param spa: add some more docs 2023-07-17 17:46:04 +02:00
pod parser: add extra check to make coverity happy 2023-04-20 12:32:07 +02:00
support hooks: add and use _fast callback function 2023-05-06 00:27:12 +02:00
utils spa: fixes for dereferencing pointer to incomplete type in __typeof__ 2023-07-30 10:31:19 +05:30