On Tue, Nov 15, 2005 at 12:33:34PM -0500, Tom Lichti wrote: > 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' > collect2: ld returned 1 exit status > make: *** [mpeg2fix] Error 1 > > Thoughts? I'd like to help test this out, as I could use the functionality. >
Looks like your myth build uses XvMC, so you will need to add the XvMC libs to the link line.
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
