Apologies If I have sent this message multiple times but it doesn't appear to be being sent to the list.<br><br><br><span class="gmail_quote">Anyone got any suggestions on what's going on here: I'm trying to compile a pretty recent, last few days, check out.
<br><br>I ran ./configure with --enable-xvmc and --enable-xvmc-pro and with and without --enable-xvmc-vld
<br><br>But when running make it gives up with the error below. I can
compile exactly the same source without the xvmc options and it all
goes fine.<br><br>Any help would be greatly appreciated.<br><br>Thanks<br>Stephen.
<br><br>Extract from Make output<br></span>make[2]: Entering directory `/home/frontend/mythtv/filters<div>/ivtc'
<br>make[2]: Nothing to be done for `first'.<br>make[2]: Leaving directory `/home/frontend/mythtv/filters/ivtc'<br>make[1]: Leaving directory `/home/frontend/mythtv/filters'<br>cd programs && make -f Makefile<br>
make[1]: Entering directory `/home/frontend/mythtv/programs'
<br>cd mythtv && make -f Makefile<br>make[2]: Entering directory `/home/frontend/mythtv/programs/mythtv'<br>g++
-o mythtv main.o -L/usr/share/qt3/lib -L../../libs/libmyth
-L../../libs/libmythtv -L../../libs/libavutil -L../../libs/libavcodec
-L../../libs/libavformat -L../../libs/libmythfreemheg
-L../../libs/libmythui -L../../libs/libmythupnp
-L../../libs/libmythlivemedia -
lmythtv-0.19 -lmythavformat-0.19 -lmythavutil-0.19 -lmythavcodec-0.19
-lmythfreemheg-0.19 -lmythupnp-0.19 -lmythlivemedia-0.19 -lmyth-0.19
-lmythui-0.19 -lfreetype -lmp3lame -L/usr/X11R6/lib -lXinerama -lXv
-lXxf86vm -lXrandr -lXvMCW -lXvMC -lqt-mt -lGLU -lGL -lXmu -lXext -lX11
-lm -lpthread
<br>../../libs/libmythtv/libmythtv-<a href="http://0.19.so/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">0.19.so</a>:
undefined reference to `XvMCSurfaceTypes::find(int, int, int, bool,
bool, int, int, int, _XDisplay*, unsigned long, unsigned long, unsigned
long&, int&)'
<br>../../libs/libmythtv/libmythtv-<a href="http://0.19.so/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">0.19.so</a>: undefined reference to `XvMCSurfaceTypes::has(_XDisplay*, XvMCAccelID, unsigned int, int, unsigned int, unsigned int, unsigned int, unsigned int)'
<br>
collect2: ld returned 1 exit status<br>make[2]: *** [mythtv] Error 1<br>make[2]: Leaving directory `/home/frontend/mythtv/programs/mythtv'<br>make[1]: *** [sub-mythtv] Error 2<br>make[1]: Leaving directory `/home/frontend/mythtv/programs'
<br>make: *** [sub-programs] Error 2</div><br>