mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
configure: Disable xvmc by default
The xvmc unit tests are failing on r300g and r600g. Reviewed-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
parent
277dbf08b0
commit
6a19bb56e0
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ AC_ARG_ENABLE([xvmc],
|
|||
[AS_HELP_STRING([--enable-xvmc],
|
||||
[enable xvmc library @<:@default=auto@:>@])],
|
||||
[enable_xvmc="$enableval"],
|
||||
[enable_xvmc=auto])
|
||||
[enable_xvmc=no])
|
||||
AC_ARG_ENABLE([vdpau],
|
||||
[AS_HELP_STRING([--enable-vdpau],
|
||||
[enable vdpau library @<:@default=auto@:>@])],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue