mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
Build fix for MSVC
This commit is contained in:
parent
70649da6ce
commit
ab0c93976d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _MSC_VER
|
||||
#define rint(x) (floor((x)+0.5))
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue