Skip to content

examples: controller-graph: Fix build with MSVC

Seungha Yang requested to merge seungha.yang/gstreamer:example-msvc-build into master

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.

Merge request reports