mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
videobalance: use G_OS_WIN32 for windows check
This commit is contained in:
parent
9c2393490f
commit
d4167c4fee
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef G_OS_WIN32
|
||||
#define rint(x) (floor((x)+0.5))
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue