Skip to content

meson: Fix gst-launch build on UWP

Nirbheek Chauhan requested to merge nirbheek/gstreamer:fix-uwp-winmm into main

The APIs we need from WinMM for higher timer resolution are only available for non-UWP apps. The winmm library itself is still available, so we need to disable the check.

Merge request reports