[MPlayer-dev-eng] [PATCH] dmo, dshow and vfw support for cygwin

Joey Parrish joey at nicewarrior.org
Fri Feb 21 21:11:20 CET 2003


On Fri, Feb 21, 2003 at 11:48:49AM -0800, Sycotic Smith wrote:
> > Add -lole32.
> > You can find this by grep CoTaskMemFree /usr/lib/win32/*
> > 
> > The patch for this should be trivial, just add -lole32 to ld_win32libs
> > if native loader is detected.
> > 
> > Thanks,
> > --Joey
> 
> That's in there already, but in _ld_win32 *instead* of _ld_win32libs.  Should it be on both, or moved from where it is to the other?  Patch to follow as I am testing that right now...

For some reason (linking order?  who knows.) it is not good enough.
If you add it to the end of the command line, it works.  So move it from
where it is to the end of _ld_win32libs.  Also, -ladvapi32 does not seem
to be needed.  This is what I've been doing in the patch set for my
cygwin test builds.  I should clean up my source tree and send a lot of
patches soon...

Thanks,
--Joey


More information about the MPlayer-dev-eng mailing list