From 7a07a0145e59f78c16ff8f7df53c8e8f61f914d7 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 30 Nov 2022 14:53:38 +0100 Subject: [PATCH] Fix rav1e conditional for non-RHEL The conditional wasn't defined for non-RHEL and that led to missing rav1e support in Fedora builds. --- libavif.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavif.spec b/libavif.spec index 5420b9d..010acdd 100644 --- a/libavif.spec +++ b/libavif.spec @@ -6,6 +6,8 @@ %endif %if 0%{?rhel} %bcond_with rav1e +%else +%bcond_without rav1e %endif Name: libavif