Skip to content

audio: Use LoadPackagedLibrary when building for UWP

Nirbheek Chauhan requested to merge nirbheek/gst-plugins-base:uwp-support into master

Universal Windows Platform apps are not allowed to use LoadLibrary to load arbitrary DLLs from the filesystem. They can only use LoadPackagedLibrary to load DLLs that have been packaged with the app as assets.

See also:

gstreamer!190 (merged)

https://gitlab.gnome.org/GNOME/glib/merge_requests/951

Merge request reports