mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
spa: aec: mark handle factory objects static
This commit is contained in:
parent
a506ddd799
commit
c9cc2fe6dc
2 changed files with 2 additions and 4 deletions
|
|
@ -151,7 +151,7 @@ impl_enum_interface_info(const struct spa_handle_factory *factory,
|
|||
return 1;
|
||||
}
|
||||
|
||||
const struct spa_handle_factory spa_aec_null_factory = {
|
||||
static const struct spa_handle_factory spa_aec_null_factory = {
|
||||
SPA_VERSION_HANDLE_FACTORY,
|
||||
SPA_NAME_AEC,
|
||||
NULL,
|
||||
|
|
@ -160,7 +160,6 @@ const struct spa_handle_factory spa_aec_null_factory = {
|
|||
impl_enum_interface_info,
|
||||
};
|
||||
|
||||
|
||||
SPA_EXPORT
|
||||
int spa_handle_factory_enum(const struct spa_handle_factory **factory, uint32_t *index)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue