[MPlayer-users] Video Out -- Xv crashes a compile

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Fri Nov 24 11:41:51 CET 2006


On Friday, 24 November 2006 at 01:35, Robert Tilley wrote:
> On Wednesday 22 November 2006 20:38, Dominik 'Rathann' Mierzejewski wrote:
> > On Thursday, 23 November 2006 at 02:01, Robert Tilley wrote:
> > > After downloading MPlayer 1.0rc1 source and
> > > executing './configure --enable-xv' and then 'make', the compile process
> >
> > Why did you use --enable-xv? Try without it.
> 
> I wish to view videos in true "full screen" mode, not a small centered window 
> within a black background, and information tells me to try a different video 
> driver than X11.
> 
> As previously mentioned, when I perform a simple "./configure && make", 
> everything works normally.  MPlayer is built and installs as expected.  A 
> video, when "full screened" remains the same size but simply centers itself 
> in a black background.
> 
> Issuing "xvinfo" reveals that my Dell Dimension 2350 does support xv.  
> After "./configure --enable-xv", "make" will fail after not finding the xv 
> extensions.  How can these be missed?  Where can I find them?

You are somehow confusing compile-time options with runtime options. If you
compile mplayer with xv support (which is autodetected by default), you can
simply specify -vo xv or add vo=xv to your config file.

--enable-xv configure option will not necessarily work if you don't specify
additional parameters such as include paths and link flags, because it
turns off autodetection of said library.

Regards,
R.

-- 
MPlayer developer and RPMs maintainer: http://rpm.greysector.net/mplayer/
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan



More information about the MPlayer-users mailing list