Use older style bcond for RHEL/EPEL

This commit is contained in:
Neal Gompa 2023-03-25 19:52:48 -04:00
parent 6c3e90185d
commit 9f1df9053e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
%if 0%{?rhel} && 0%{?rhel} < 9
%bcond ffmpeg 0
%bcond_with ffmpeg
%else
%bcond ffmpeg %{?with_bootstrap:0}%{!?with_bootstrap:1}
%endif