mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
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:
parent
025f03f3b7
commit
7490eeb3d6
1 changed files with 3 additions and 3 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue