pipewire/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
..
examples Port videotestsrc to LoopUtils 2024-07-01 15:28:14 +00:00
include Avoid using interface as a variable name 2024-07-01 15:28:58 +00:00
include-private/spa-private
plugins Port videotestsrc to LoopUtils 2024-07-01 15:28:14 +00:00
tests
tools
meson.build meson: fix conflicting use of feature-based dependency lookups 2024-06-30 18:39:38 +00:00