[Mesa-dev] [PATCH] autoconf: enable detection of vdpau and xvmc by default

Christian König deathsimple at vodafone.de
Fri Apr 12 01:26:38 PDT 2013


From: Christian König <christian.koenig at amd.com>

Since we now have UVD support we should enable them by default.

Signed-off-by: Christian König <christian.koenig at amd.com>
---
 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 55ebb07..aa95406 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1353,10 +1353,10 @@ dnl
 dnl Gallium G3DVL configuration
 dnl
 AC_ARG_ENABLE([gallium-g3dvl],
-    [AS_HELP_STRING([--enable-gallium-g3dvl],
-        [build gallium g3dvl @<:@default=disabled@:>@])],
+    [AS_HELP_STRING([--disable-gallium-g3dvl],
+        [build gallium g3dvl @<:@default=enabled@:>@])],
     [enable_gallium_g3dvl="$enableval"],
-    [enable_gallium_g3dvl=no])
+    [enable_gallium_g3dvl=yes])
 if test "x$enable_gallium_g3dvl" = xyes; then
     if test "x$with_gallium_drivers" = x; then
         AC_MSG_ERROR([cannot enable G3DVL without Gallium])
-- 
1.7.9.5



More information about the mesa-dev mailing list