Sync from SUSE:SLFO:Main webrtc-audio-processing revision 2ac8932dd191e140c24bee4ee37ace51

This commit is contained in:
Adrian Schröter 2024-10-03 18:05:49 +02:00
parent 5eee525ecc
commit 2c17995db9
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 15:14:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Oct 30 16:42:04 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -133,13 +133,13 @@ WebRTC implements the W3C's proposal for video conferencing on the web.
%prep
%autosetup -p1 -N
sed -i 's/\r$//' AUTHORS
%patch0 -p1
#%%patch1 -p1
#%%patch2 -p1
%patch3 -p1
%patch100 -p1
%patch101 -p1
%patch102 -p1
%patch -P 0 -p1
#%%patch -P 1 -p1
#%%patch -P 2 -p1
%patch -P 3 -p1
%patch -P 100 -p1
%patch -P 101 -p1
%patch -P 102 -p1
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects