From 7490eeb3d624a7ee4de9c5f53549eddb7978f64a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20K=C3=B6nig?= Date: Fri, 12 Apr 2013 10:25:18 +0200 Subject: [PATCH] autoconf: enable detection of vdpau and xvmc by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since we now have UVD support we should enable them by default. Signed-off-by: Christian König Reviewed-by: Alex Deucher --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index cf048347757..fb1f324d66f 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.30.2