mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-22 11:21:21 +00:00
[client] audio/pipewire: fix compilation under clang
This commit is contained in:
parent
86efc47505
commit
254b370bbf
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,8 @@ static struct Option pipewire_options[] =
|
||||||
.description = "The default record device to use",
|
.description = "The default record device to use",
|
||||||
.type = OPTION_TYPE_STRING
|
.type = OPTION_TYPE_STRING
|
||||||
},
|
},
|
||||||
{ NULL }
|
|
||||||
|
{0}
|
||||||
};
|
};
|
||||||
|
|
||||||
static void pipewire_earlyInit(void)
|
static void pipewire_earlyInit(void)
|
||||||
|
|
Loading…
Add table
Reference in a new issue