Fix rav1e conditional for non-RHEL

The conditional wasn't defined for non-RHEL and that led to missing
rav1e support in Fedora builds.
epel9
Kalev Lember 2 years ago
parent 7280ba161d
commit 7a07a0145e

@ -6,6 +6,8 @@
%endif %endif
%if 0%{?rhel} %if 0%{?rhel}
%bcond_with rav1e %bcond_with rav1e
%else
%bcond_without rav1e
%endif %endif
Name: libavif Name: libavif

Loading…
Cancel
Save