From cac4887ccc893e68e0b7484af8e45af02c658b63 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 5 Sep 2018 12:01:23 +0200 Subject: [PATCH] Disable mfx for rhel --- ffmpeg.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ffmpeg.spec b/ffmpeg.spec index 366f791..65f7ea2 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -15,6 +15,7 @@ %if 0%{?rhel} %global _without_frei0r 1 +%global _without_mfx 1 %global _without_opencv 1 %global _without_opus 1 %global _without_vpx 1