Fix bootstrap macro ffmpeg bcond setting again
This commit is contained in:
parent
b38e4180c9
commit
dfbdfca61d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user