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 <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Christian König
2013-04-12 10:25:18 +02:00
parent 025f03f3b7
commit 7490eeb3d6

View 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])