mirror of https://github.com/mpv-player/mpv
Hack to avoid a GUID_NULL clash on 64 bit MinGW.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30348 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
77af8d0859
commit
8afef4e19c
|
@ -56,6 +56,8 @@ extern const GUID IID_IDivxFilterInterface;
|
|||
extern const GUID CLSID_IV50_Decoder;
|
||||
extern const GUID CLSID_MemoryAllocator;
|
||||
extern const GUID MEDIATYPE_Video;
|
||||
// avoid a clash with MinGW-W64 libuuid
|
||||
#define GUID_NULL MP_GUID_NULL
|
||||
extern const GUID GUID_NULL;
|
||||
extern const GUID FORMAT_VideoInfo;
|
||||
extern const GUID MEDIASUBTYPE_RGB1;
|
||||
|
|
Loading…
Reference in New Issue