From a00b8e134a59fb247d7cfc7b2c134ce87cbfc5c9 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 5 Sep 2018 08:46:11 +0200 Subject: [PATCH] Add without opus for rhel --- ffmpeg.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ffmpeg.spec b/ffmpeg.spec index 7935dba..5e44cf3 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -16,6 +16,7 @@ %if 0%{?rhel} %global _without_frei0r 1 %global _without_opencv 1 +%global _without_opus 1 %global _without_vpx 1 %global _without_nvenc 1 %endif