[mythtv] XvMC compile problem (libmythtv-0.19.so: undefined reference to `XvMCPutSlice2')

Zdzislaw Gorlicki zdzisekg at comcast.net
Wed Mar 15 06:20:11 UTC 2006


On Tuesday 14 March 2006 23:11, Carl Lewis wrote:

> Munging the configure script or explicitly telling it no to use the
> VIA stuff (two flags to add to configure?)
> or a combination of the two, machines are at home I'll
> check tonight and follow up if someone hasn't already  :-)

Thanx for the tip. It worked like a charm. Now the cpu is 25% to 30% on 1080i 
content.

I pretty much disabled any vld related stuff in the configure script and set 
it to use the libXvMCNVIDIA and added these parameters when running the 
configure script --disable-xvmc-pro --disable-xvmc-vld

Solution:
in configure script:
line 63:
xvmc_vld="yes"
changed to
xvmc_vld="no"

commented out from
line 2052:
#VENDOR_XVMC_LIBS=""
#if test x"$xvmc" = x"yes"; then
#
#
#
#else
#    xvmc_vld="no"
#fi
line 2089

after the commented out block on line 2090 I added:
VENDOR_XVMC_LIBS="-lXvMCNVIDIA"
xvmc="yes"
xvmc_vld="no"

and ran the configure script with --disable-xvmc-pro --disable-xvmc-vld

*All this probably is an overkill, but I did not want to take any chances.


More information about the mythtv-dev mailing list