Fix bootstrap logic again

This commit is contained in:
Neal Gompa 2023-03-25 19:49:31 -04:00
parent 95cdc147d9
commit 6c3e90185d

View File

@ -1,7 +1,7 @@
%if 0%{?fedora} >= 36 || 0%{!?with_bootstrap} %if 0%{?rhel} && 0%{?rhel} < 9
%bcond_without ffmpeg %bcond ffmpeg 0
%else %else
%bcond_with ffmpeg %bcond ffmpeg %{?with_bootstrap:0}%{!?with_bootstrap:1}
%endif %endif
Name: chromaprint Name: chromaprint