[mythtv-users] XvMC OpenGL nvidia build question

Tom Lichti tom at redpepperracing.com
Thu Sep 14 15:10:34 UTC 2006


jack snodgrass wrote:
> Not sure if this is x86_64 specific or not... that's my build platform
> but it's probably not related to that...
>
> What options do I want to pass to configured to use the nvidia xvmc libs?
>
>   
Not sure. I hacked the configure script to do what I wanted, but I know 
what I did is not correct (as in useful for the masses), but it worked 
for me. I basically just remove the xvmcw option, so it hits the nvidia 
stuff.

Index: configure
===================================================================
--- configure   (revision 11178)
+++ configure   (working copy)
@@ -2438,15 +2438,6 @@
         else
             xvmc_vld="no"
         fi
-    elif test x"$xvmcw" = x"yes" ; then
-        CCONFIG="$CCONFIG using_xvmcw"
-        VENDOR_XVMC_LIBS="-lXvMCW"
-        xvmc="yes"
-        if has_header X11/extensions/vldXvMC.h ; then
-            echo > /dev/null
-        else
-            xvmc_vld="no"
-        fi
     elif has_library libXvMCNVIDIA ; then
         VENDOR_XVMC_LIBS="-lXvMCNVIDIA"
         xvmc="yes"



More information about the mythtv-users mailing list