Mesa (master): configure: Disable xvmc by default

Tom Stellard tstellar at kemper.freedesktop.org
Mon Jan 13 22:39:36 UTC 2014


Module: Mesa
Branch: master
Commit: 6a19bb56e09e841553ad1295f74fa21bfbbe752a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a19bb56e09e841553ad1295f74fa21bfbbe752a

Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Sun Jan  5 18:49:03 2014 -0800

configure: Disable xvmc by default

The xvmc unit tests are failing on r300g and r600g.

Reviewed-by: Vinson Lee <vlee at freedesktop.org>

---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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@:>@])],




More information about the mesa-commit mailing list