configure: Disable xvmc by default
authorTom Stellard <thomas.stellard@amd.com>
Mon, 6 Jan 2014 02:49:03 +0000 (18:49 -0800)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 13 Jan 2014 22:37:55 +0000 (14:37 -0800)
The xvmc unit tests are failing on r300g and r600g.

Reviewed-by: Vinson Lee <vlee@freedesktop.org>
configure.ac

index 4b55140d2994f50c98d7df34cb05cfff8f0c978b..475bc6cb6a92d0c419d9556c1c713f4ce67e1646 100644 (file)
@@ -583,7 +583,7 @@ AC_ARG_ENABLE([xvmc],
    [AS_HELP_STRING([--enable-xvmc],
          [enable xvmc library @<:@default=auto@:>@])],
    [enable_xvmc="$enableval"],
-   [enable_xvmc=auto])
+   [enable_xvmc=no])
 AC_ARG_ENABLE([vdpau],
    [AS_HELP_STRING([--enable-vdpau],
          [enable vdpau library @<:@default=auto@:>@])],