Geoffrey Hausheer wrote:
On 11/16/05, Tom Lichti wrote:
[EMAIL PROTECTED]:~/test/mpeg2fix-0.11# make
g++ -g -O0 -fno-inline -fno-default-inline -o mpeg2fix mpeg2fix.o
helper.o replex/libreplex.a -L./libavformat -L./libavcodec -L./libavutil
-L./libmpeg2 -L./replex -lmythavformat-0.18 -lmythmpeg2-0.18 -lreplex
-lpthread -lqt-mt -lm
/usr/local/lib/libmythavcodec-0.18.so.0: undefined reference to
`XvMCLoadQMatrix'
/usr/local/lib/libmythavcodec-0.18.so.0: undefined reference to
`XvMCSyncSurface'
/usr/local/lib/libmythavcodec-0.18.so.0: undefined reference to
`XvMCFlushSurface'
/usr/local/lib/libmythavcodec-0.18.so.0: undefined reference to
`XvMCBeginSurface'
I can't help you with these (except to say that they'll go away once
the code is part of myth).  you need to add -lXv (or something) to the
LIBS line in Makefile.  Since I don't use Xv, I don't know which
library you need.

Well, I compiled and installed a separate copy of latest SVN, but it is still looking at the older libmythavcodec. I installed to /var/lib/mythcvs/latest/install, but the error shows it going to my regular /usr/local install path.

I'm going to recompile my old version without XvMC and see what happens...

Thanks
Tom
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to