From 8afef4e19ca476e4f7e5b56e65e7ab59409d285d Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 17 Jan 2010 13:28:29 +0000 Subject: 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 --- loader/dshow/guids.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'loader') diff --git a/loader/dshow/guids.h b/loader/dshow/guids.h index 5bf335f907..80686558b4 100644 --- a/loader/dshow/guids.h +++ b/loader/dshow/guids.h @@ -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; -- cgit v1.2.3