[MPlayer-cygwin] SDL, GGI.. and ? :)

Joey Parrish joey at yunamusic.com
Mon Aug 5 11:24:17 CEST 2002


On Fri, Aug 02, 2002 at 06:32:44AM +0800, Sycotic Smith wrote:
> I forgot to remove -mwindows from this line.  My fault.  The
> -mwindows is what tells it to act like a normal wind*ws app,
> which does not give any stdout/stderr, unless in debug maybe...

This is wrong.  SDL redirects stdout/stderr, it's part of the
library.  If you configure the library with the
--disable-stdio-redirect option then this behavior is disabled.
gcc -mwindows has nothing to do with this, but -mwindows should
be removed anyway.  The -mno-cygwin and -mwindows flags are
there because SDL assumes that on a win32 platform, all your
SDL apps will be designed for a mingw style environment.
(hence no-cygwin)  I'm trying to organize my mplayer compiling
into some kind of definitive standard under cygwin, so that I
can make a detailed doc including everything to be done for
mplayer, SDL, ggi, and various other things I'd recommend.

Speaking of ggi, has anyone here managed to get mplayer -vo ggi to
run under cygwin?  I get ggi library giving me dlopen complaints
at runtime, followed by mplayer giving up on vo_init.

--Joey

-- 

"Yes." -- John F. Kennedy



More information about the MPlayer-cygwin mailing list