mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 21:01:36 +00:00
lfocontrolsource: use math-compat.h for M_PI
This commit is contained in:
parent
05918f28dc
commit
3adac1b9cd
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
#include "gstlfocontrolsource.h"
|
||||
#include "gstlfocontrolsourceprivate.h"
|
||||
|
||||
#include "math.h"
|
||||
#include <gst/math-compat.h>
|
||||
|
||||
#define EMPTY(x) (x)
|
||||
|
||||
|
|
Loading…
Reference in a new issue