diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2014-01-05 18:49:03 -0800 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2014-01-13 14:37:55 -0800 |
commit | 6a19bb56e09e841553ad1295f74fa21bfbbe752a (patch) | |
tree | 46ae82995e2fc7c61e7470dd9e56b9d890b3be8c | |
parent | 277dbf08b0e78fe6cff0fc751768a6f3d33e61f7 (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.ac | 2 |
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], [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@:>@])], |