From d9eb86cc344e6169fab7333f0ed313755553796a Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 3 Jan 2022 17:29:06 +0100 Subject: [PATCH] On RHEL libva is x86_64 only Done also in fedora to simplify see also rhbz#2058802 --- opencv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencv.spec b/opencv.spec index 13288a2..1ce865b 100644 --- a/opencv.spec +++ b/opencv.spec @@ -29,11 +29,11 @@ %ifarch x86_64 %bcond_without libmfx +%bcond_without va %else %bcond_with libmfx %endif %bcond_without clp -%bcond_without va %bcond_without java %bcond_without vulkan