[mythtv] New MPEG2 commercial-cut code ready for testing

Geoffrey Hausheer mythtv0368 at phracturedblue.com
Wed Nov 16 10:36:06 EST 2005


On 11/16/05, Tom Lichti wrote:
> root at mythtv:~/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.

.Geoff


More information about the mythtv-dev mailing list