XvMC and vdr-plugin-xine

Marcus Klein pkg-vdr-dvb-devel@lists.alioth.debian.org
Sun, 15 May 2005 11:56:40 +0200


Hi!

it seems to me that XvMC support is specific for the graphics card you are
using. Thus it is specific for binary ATI or nVidia libs. Nowhere I found
mplayer or xine compiled with XvMC support because of the explained dependency.
Lately I compiled mplayer with XvMC support. I had to define the specific XvMC
lib on my system. This "grep -i xvmc" from my mplayer directory says all:

configure:_xvmclib="XvMCNVIDIA"
configure:  --enable-xvmc)        _xvmc=yes       ;;
configure:  _def_xvmc='#define HAVE_XVMC 1'
configure:  _ld_xvmc="-lXvMC -l$_xvmclib"

Man sieht sich ...
              Marcus
--
created on
    __ _    Debian GNU          by Marcus Klein
   / /(_)_ __  _   ___  __      mailto:m.klein@sendung-mit-der-maus.com
  / / | | '_ \| | | \ \/ /      ICQ: #15104277
 / /__| | | | | |_| |>  <       running on Linux/XP2700/512DDR400
 \____/_|_| |_|\__,_/_/\_\      watercooled by aquacomputer


Zitat von Tobias Grimm <tobias.grimm@e-tobi.net>:

> Hi!
>
> Some users are asking for XvMC support, which seems to be required more
> or less for HDTV.
>
> What is necessary to build libxine with XvMC under Sarge? Are the
> non-free nvidia-glx libs needed for this?
>
> Currently I only have the static libs from xlibs-static-dev installed.
> But libxine seems to expect something else:
>
> checking for XvMCPutSlice in -lXvMCW... no
> *** Could not link with -lXvMCW for vld extensions.
> checking for XvMCCreateContext in -lXvMCW... no
> *** Could not link with -lXvMCW for standard XvMC.
> *** Disabling xxmc plugin due to above errors.
> checking whether to enable the xvmc plugin...
> checking for XvMCCreateContext in -lXvMCW... (cached) no
> *** Could not link with -lXvMCW.
> *** Disabling old xvmc plugin due to above errors.
>
> bye,
>
> Tobias
>