mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-14 10:15:48 +00:00
mediafoundation: Fix GUID_NULL related MinGW build error
Include cguid.h for GUID_NULL Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8406>
This commit is contained in:
parent
66b92465cd
commit
f57162deeb
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
#include <mferror.h>
|
||||
#include <mfobjects.h>
|
||||
#include <strmif.h>
|
||||
#include <cguid.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue