Module: Mesa Branch: master Commit: 7490eeb3d624a7ee4de9c5f53549eddb7978f64a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7490eeb3d624a7ee4de9c5f53549eddb7978f64a
Author: Christian König <[email protected]> Date: Fri Apr 12 10:25:18 2013 +0200 autoconf: enable detection of vdpau and xvmc by default Since we now have UVD support we should enable them by default. Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> --- configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index cf04834..fb1f324 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]) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
