commit 72a8fb9ae248f324ee027e10133fbc595c42c9dd
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Wed Sep 11 21:41:30 2019 +0100
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