commit 19afb87a961d508225a9af5c93cdcf8f5283697f
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Dec 27 10:58:00 2020 +0100
Fixup vmaf license computation
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index fdd992c..a7ae0f9 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -80,7 +80,7 @@ ExclusiveArch: armv7hnl
%global lesser L
%endif
-%if 0%{!?_without_amr} || 0%{?_with_gmp} || 0%{?_with_smb}
+%if 0%{!?_without_amr} || 0%{?_with_gmp} || 0%{?_with_smb} || 0%{?_with_vmaf}
%global ffmpeg_license %{?lesser}GPLv3+
%else
%global ffmpeg_license %{?lesser}GPLv2+