I had this issue. You will find the configure script looks only in one location for the lib's for various things (such as xvmc, xv, others).
Adding --enable-xvmc has no effect here since it checks to see if the lib's exist. And if they do not - then it disables the feature. If you are like me - and running Gentoo which now likes to place things in /usr/lib, /usr/bin, etc vs. /usr/X11/lib, etc then it will FAIL to find these lib's. So - I created the 3 links in the locations the configure script wanted to find the lib's and all worked well after I faked out the configure script. Hope this helps, -John ----- Original Message ----- From: "Ivor Hewitt" <[EMAIL PROTECTED]> To: "D. L." <[EMAIL PROTECTED]>, "Discussion about mythtv" <[email protected]> Subject: Re: [mythtv-users] Configure script says "XvMC support no" (err, YES!) Date: Tue, 19 Apr 2005 09:23:17 +0100 > > ./configure --help > > ./configure --enable-xvmc > > On 4/19/05, D. L. <[EMAIL PROTECTED]> wrote: > > If the ./configure script says "XvMC support no" and I need xvmc, > > should I fix this before I qmake/make? > > > > # Video Output Support > > x11 support yes > > xrandr support yes > > xv support yes > > XvMC support no <<<<<<<< > > XvMC VLD support no > > OpenGL vsync no > > DirectFB no > > > > I need xvmc because I'm doing hidef/pchdtv and I only have an athlon > > 2100+. My friend has the same setup and is successful using myth with > > xvmc, so I think I need it. The configure script has changed since he > > compiled myth. > > > > Doing websearches, I see that you used to uncomment the xvmc lines in > > settings.pro, but my settings.pro has no xvmc lines. Again, I suspect > > this is because of changes/enhancements to the configure script. > > > > Is the "XvMC support no" line gospel? If so, how do I change this to YES? > > > > I have a nVidia FX5200 (MSI) and verified that the latest drivers > > (7174) are loading, by looking at my Xorg.0.log after X starts. No > > other revs of nvidia drivers were installed on this system. > > > > Many thanks in advance for your help, > > Donn > > _______________________________________________ > > mythtv-users mailing list > > [email protected] > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users -- _______________________________________________ NEW! Lycos Dating Search. The only place to search multiple dating sites at once. http://datingsearch.lycos.com _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
