Fix bootstrap macro ffmpeg bcond setting again

This commit is contained in:
Neal Gompa 2024-09-20 11:35:46 -04:00
parent b38e4180c9
commit dfbdfca61d

View File

@ -1,7 +1,7 @@
%if 0%{?rhel} && 0%{?rhel} < 9
%bcond_with ffmpeg
%else
%bcond ffmpeg %{?with_bootstrap:0}%{!?with_bootstrap:1}
%bcond ffmpeg %{?_with_bootstrap:0}%{!?_with_bootstrap:1}
%endif
# Globing of libraries is against the packging guidelines
%global sover 1