From ed5aa0f6be942a3d57299755a8088d1de4e0997d Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Mon, 24 Aug 2020 14:59:53 +0100 Subject: [PATCH] Re-enable rav1e --- ffmpeg.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 0a3f3c4..9dbe933 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -11,9 +11,8 @@ %global _without_vulkan 1 %endif -# rav1e is rawhide only so there is no point enabling it. -%if 0%{?fedora} > 33 -#global _with_rav1e 1 +%if 0%{?fedora} > 32 +%global _with_rav1e 1 %endif # Cuda and others are only available on some arches