[mythtv] Fixes 9984 - libs/libmythtv/libmythtv-0.19.so: undefined reference to `XvMCPutSlice2'

Daniel Kristjansson danielk at cuymedia.net
Tue May 23 02:51:03 UTC 2006


On Mon, 2006-05-22 at 22:31 -0400, Steven Adeff wrote:
> g++  -o mythtv main.o    -L/usr/share/qt3/lib -L../../libs/libmyth
> -L../../libs/libmythtv -L../../libs/libavutil -L../../libs/libavcodec
> -L../../libs/libavformat -lmythtv-0.19 -lmythavformat-0.19
> -lmythavutil-0.19 -lmythavcodec-0.19 -lmyth-0.19 -lfreetype -lmp3lame
> -lasound -ldvdnav -L/usr/X11R6/lib -lXinerama -lXv -lXxf86vm -lXrandr
> -lXvMCNVIDIA -lXvMC -lGL -lGLU -lqt-mt -lXext -lX11 -lm -lpthread
> ../../libs/libmythtv/libmythtv-0.19.so: undefined reference to `XvMCPutSlice2'
> collect2: ld returned 1 exit status

You probably just need to do a distclean.

It looks like you were linking to XvMCW and are now linking
to XvMCNVIDIA.

./configure sets some defines for the compile which need change
the MythTV code to adjust for the differences. In this case some
file which includes util-xvmc.h needs to be recompiled.

-- Daniel



More information about the mythtv-dev mailing list