mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
filter-graph: make sure M_PIf is defined
This commit is contained in:
parent
0b2b723a0e
commit
953b0f81ad
1 changed files with 4 additions and 0 deletions
|
|
@ -2802,6 +2802,10 @@ static struct spa_fga_port zeroramp_ports[] = {
|
|||
},
|
||||
};
|
||||
|
||||
#ifndef M_PIf
|
||||
# define M_PIf 3.14159265358979323846f /* pi */
|
||||
#endif
|
||||
|
||||
static void zeroramp_run(void * Instance, unsigned long SampleCount)
|
||||
{
|
||||
struct builtin *impl = Instance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue