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

Alex Deucher alexdeucher at gmail.com
Fri Apr 12 06:16:27 PDT 2013


On Fri, Apr 12, 2013 at 4:26 AM, Christian König
<deathsimple at vodafone.de> wrote:
> 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>

Reviewed-by: Alex Deucher <alexander.deucher 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
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list