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.
.Geoff _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
