Re: --enable-x11
Ravi Chemudugunta <[email protected]> Tue, 10 Mar 2009 09:39:40 +1300
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Hi all, This may seem daft to want to compile x11 support with a cygwin build, but has anyone been able to do it? $ ./configure --enable-xv --enable-x11 --disable-xv --disable-vidix-internal --disable-vidix-external --disable-shm --prefix=/op/mplayer --disable-libavcodec_so --disable-nas --disable-gl --disable-openal --disable-alsa --disable-arts --disable-xinerama --disable-dpms && make it all seems well until it begins the final linking stage where it fails with a whole lot of missing references, I was able to partially solve some of them by adding the following flags: -lX11 -lxcb -lxcb-xlib -lXau -lxdmcp -lxcb-xinerama -lxcb-dpms -ravi