examples: controller-graph: Fix build with MSVC
authorSeungha Yang <seungha@centricular.com>
Sat, 31 Jul 2021 18:36:31 +0000 (03:36 +0900)
committerSeungha Yang <seungha@centricular.com>
Sat, 31 Jul 2021 18:42:18 +0000 (03:42 +0900)
commit00e1a36c4f751bcf239ac1dd781e380e9846a5c6
tree4fee828eca3d93dc4edb4956d6f58f3823d06b90
parent110edbc8bd05a0be0a8c08d8d97ecb889a127a77
examples: controller-graph: Fix build with MSVC

To use macros in math.h, one needs to define _USE_MATH_DEFINES
before including the math.h file. Use glib's math define instead.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/862>
tests/examples/controller/controller-graph.c