[MPlayer-cvslog] r22323 - in trunk/loader: Makefile com.h dshow/cmediasample.c dshow/inputpin.c dshow/mediatype.c dshow/mediatype.h dshow/outputpin.c
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Feb 24 15:16:05 CET 2007
Hello,
something in this patch reportedly to breaks cygwin compilation
On Fri, Feb 23, 2007 at 10:58:08AM +0100, voroshil wrote:
> +#if !defined(__MINGW32__)
> +//need proper ifdef to check Co* functions availability
And I think it's this. I think this should be the same condition as for
the loader compilation, since that's after all what decides if we need
STDCALL, right?
In that case if should be
#ifndef WIN32_LOADER
...
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list