Fix webrtc-audio-processing conditional

This is not handled as a bcond but as a def/undef conditional.
This commit is contained in:
Yaakov Selkowitz 2024-02-16 12:30:22 -05:00
parent adf3c79bb8
commit d0ca55d56f

View File

@ -9,11 +9,11 @@
# webrtc bits go wonky without this
# see also https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/JQQ66XJSIT2FGTK2YQY7AXMEH5IXMPUX/
%undefine _strict_symbol_defs_build
%global with_webrtc 0
%if 0%{?fedora}
%global enable_lirc 1
%global enable_jack 1
%global with_webrtc 1
%endif
# https://bugzilla.redhat.com/983606