pipewire/spa/plugins/aec
souravdas142 b50efe0188 spa: fix initializer for old GCC
Older gcc versions seem to require the members to appear in the
designated initializer in the order they are in the definition of
the struct when compiling C++.

otherwise compilation fails with:

../spa/plugins/aec/aec-webrtc.cpp:167:1: sorry, unimplemented:
non-trivial designated initializers not supported
 };
 ^
2022-02-17 15:09:03 +00:00
..
aec-null.c spa: improve the AEC interface 2022-02-16 16:18:18 +01:00
aec-webrtc.cpp spa: fix initializer for old GCC 2022-02-17 15:09:03 +00:00
meson.build module-echo-cancel: Move backends to dynamic libaries 2022-02-15 15:45:46 +00:00