pipewire/spa/include/spa
David Coles a97e8b6d1f Avoid using interface as a variable name
While not a reserved keyword, MSVC `#define interface struct`[1]
which causes a compile error when including the `spa/support/plugin.h`
header. While this can be worked around by `#undef interface`, it's
also easy to just rename the local variable.

[1]: https://stackoverflow.com/questions/25234203/what-is-the-interface-keyword-in-msvc
2024-07-01 15:28:58 +00:00
..
buffer buffer: add that the mapoffset is page aligned 2024-06-13 10:22:58 +02:00
control treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
debug spa: deal with non-null terminated strings in spa_error_location 2024-03-27 18:36:06 +02:00
graph treewide: fix C++20 compilation error wrt. designated initializers 2024-05-03 07:16:57 +00:00
interfaces/audio aec: add new init2 method to initialize with different formats 2023-04-11 16:54:11 +02:00
monitor Fix some warnings 2023-11-21 16:32:51 +00:00
node impl-port: add port.group property 2024-06-24 13:38:09 +02:00
param meta: add explicit sync metadata and data type 2024-04-25 09:55:19 +02:00
pod Fix compilation with -Werror=float-conversion 2024-06-18 12:17:56 +02:00
support Avoid using interface as a variable name 2024-07-01 15:28:58 +00:00
utils spa: utils: use SPA_N_ELEMENTS in for-each macros 2024-06-27 21:18:06 +00:00