From 72a8fb9ae248f324ee027e10133fbc595c42c9dd Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Wed, 11 Sep 2019 21:41:30 +0100 Subject: [PATCH] Enable vmaf for el8 --- ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 9ac3366..64d8480 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -16,7 +16,7 @@ %global _without_vpx 1 %endif -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 %ifarch x86_64 %global _with_vmaf 1 %endif