summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
parent277dbf08b0e78fe6cff0fc751768a6f3d33e61f7 (diff)
downloadexternal_mesa3d-6a19bb56e09e841553ad1295f74fa21bfbbe752a.zip
external_mesa3d-6a19bb56e09e841553ad1295f74fa21bfbbe752a.tar.gz
external_mesa3d-6a19bb56e09e841553ad1295f74fa21bfbbe752a.tar.bz2
configure: Disable xvmc by default
The xvmc unit tests are failing on r300g and r600g. Reviewed-by: Vinson Lee <vlee@freedesktop.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4b55140..475bc6c 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@:>@])],