summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-01-05 18:49:03 -0800
committerTom Stellard <thomas.stellard@amd.com>2014-01-13 14:37:55 -0800
commit6a19bb56e09e841553ad1295f74fa21bfbbe752a (patch)
tree46ae82995e2fc7c61e7470dd9e56b9d890b3be8c
parent277dbf08b0e78fe6cff0fc751768a6f3d33e61f7 (diff)
configure: Disable xvmc by default
The xvmc unit tests are failing on r300g and r600g. Reviewed-by: Vinson Lee <vlee@freedesktop.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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],
583 [AS_HELP_STRING([--enable-xvmc], 583 [AS_HELP_STRING([--enable-xvmc],
584 [enable xvmc library @<:@default=auto@:>@])], 584 [enable xvmc library @<:@default=auto@:>@])],
585 [enable_xvmc="$enableval"], 585 [enable_xvmc="$enableval"],
586 [enable_xvmc=auto]) 586 [enable_xvmc=no])
587AC_ARG_ENABLE([vdpau], 587AC_ARG_ENABLE([vdpau],
588 [AS_HELP_STRING([--enable-vdpau], 588 [AS_HELP_STRING([--enable-vdpau],
589 [enable vdpau library @<:@default=auto@:>@])], 589 [enable vdpau library @<:@default=auto@:>@])],