[MPlayer-dev-eng] Compiling MPlayer under Wine

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Oct 9 00:34:15 CEST 2011


On Sat, Oct 08, 2011 at 04:16:02AM +0200, Ingo Brückl wrote:
> Reimar Döffinger wrote on Fri, 7 Oct 2011 19:11:59 +0200:
> 
> > Wine's DEFINE_GUID is incompatible with that code.
> 
> Oh. Now I see.
> 
> > Ugly hack, but you could try changing
> > static DEFINE_GUID(CLSID_SampleGrabber
> > to
> > DEFINE_GUID(static CLSID_SampleGrabber
> > etc.
> 
> Since Wine defines DEFINE_GUID using DECLSPEC_HIDDEN, this should be an
> un-ugly patch, shouldn't it?

I am not sure DECLSPEC_HIDDEN has the same effect, and in addition
I think this is at best only slightly less hackish and a good bit more
ugly.


More information about the MPlayer-dev-eng mailing list