From: Tom Stellard Date: Mon, 6 Jan 2014 02:49:03 +0000 (-0800) Subject: configure: Disable xvmc by default X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a19bb56e09e841553ad1295f74fa21bfbbe752a;p=mesa.git configure: Disable xvmc by default The xvmc unit tests are failing on r300g and r600g. Reviewed-by: Vinson Lee --- diff --git a/configure.ac b/configure.ac index 4b55140d299..475bc6cb6a9 100644 --- a/configure.ac +++ b/configure.ac @@ -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@:>@])],