mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-28 10:00:46 +00: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
@ -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…
Reference in New Issue
Block a user