Stuart Auchterlonie wrote:

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.
Makes sense, but what/where should I be linking to? libavcodec seems to be the culprit, but I see the xvmc stuff in that directory, not sure where to go from here.

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

Reply via email to