OSDN Git Service

autoconf: enable detection of vdpau and xvmc by default
authorChristian König <christian.koenig@amd.com>
Fri, 12 Apr 2013 08:25:18 +0000 (10:25 +0200)
committerChristian König <christian.koenig@amd.com>
Tue, 16 Apr 2013 20:36:20 +0000 (22:36 +0200)
Since we now have UVD support we should enable them by default.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
configure.ac

index cf04834..fb1f324 100644 (file)
@@ -1318,10 +1318,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])