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:
@@ -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])
|
||||
|
Reference in New Issue
Block a user