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

Steven Adeff adeffs.mythtv at gmail.com
Tue May 23 12:20:47 UTC 2006


On 5/22/06, Daniel Kristjansson <danielk at cuymedia.net> wrote:
> 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.


interesting... Here's what happened, I ran ./configure and it didn't
first select my nvidia XvMC so I went in to configure and removed all
the XvMC finding lines except for the nvidia ones and reran configure.
I though a patch had been approved to fix this bug? Was it not applied
to fixes?

I'll distclean and go for it again.

-- 
Steve
Before you ask, read the FAQ!
http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions
then search the Wiki, and this list,
http://www.gossamer-threads.com/lists/mythtv/
Mailinglist etiquette -
http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette


More information about the mythtv-dev mailing list