SHA256
1
0
forked from pool/vlc

Accepting request 856427 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/856427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=112
This commit is contained in:
Dominique Leuenberger 2020-12-18 18:52:20 +00:00 committed by Git OBS Bridge
commit 465dc10706
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 15 10:53:27 UTC 2020 - Martin Liška <mliska@suse.cz>
- Enable LTO (boo#1133290) as it works now (and use FAT lto objects).
-------------------------------------------------------------------
Sat Oct 24 22:10:26 UTC 2020 - Thomas Williams <bif.bam@gmail.com>
@ -12,7 +17,7 @@ Mon Sep 28 09:10:26 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
-------------------------------------------------------------------
Mon Aug 24 18:32:57 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 3.0.11.1:
- update to 3.0.11.1 (CVE-2020-13428, boo#1172727):
* Fixed HLS playlist update mechanism, unable to start
in some cases.
* Because of broken HLS servers, adaptive no longer

View File

@ -418,7 +418,7 @@ fi
rm -rf contrib
%build
%define _lto_cflags %{nil}
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
%if 0%{?suse_version} < 1500
export CC=%{_bindir}/gcc-7
export CXX=%{_bindir}/g++-7