Hello community, here is the log from the commit of package ffmpeg-4 for openSUSE:Factory checked in at 2019-05-17 23:37:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old) and /work/SRC/openSUSE:Factory/.ffmpeg-4.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpeg-4" Fri May 17 23:37:35 2019 rev:13 rq:702838 version:4.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes 2019-05-09 10:03:05.707943185 +0200 +++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.5148/ffmpeg-4.changes 2019-05-17 23:37:37.598094722 +0200 @@ -1,0 +2,5 @@ +Tue May 14 11:38:01 UTC 2019 - Martin Liška <[email protected]> + +- Enable LTO for all except i586 (boo#1133123). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpeg-4.spec ++++++ --- /var/tmp/diff_new_pack.syyUmA/_old 2019-05-17 23:37:39.370093788 +0200 +++ /var/tmp/diff_new_pack.syyUmA/_new 2019-05-17 23:37:39.374093786 +0200 @@ -567,8 +567,16 @@ %autopatch -p1 %build +%ifarch %ix86 %define _lto_cflags %{nil} +%endif CFLAGS="%optflags" \ +%if %{suse_version} > 1500 +%ifarch %ix86 +%else +LDFLAGS="%_lto_cflags" \ +%endif +%endif ./configure \ --prefix="%_prefix" \ --libdir="%_libdir" \ @@ -648,6 +656,12 @@ --enable-libzmq \ %endif --enable-libzvbi \ +%if 0%{?suse_version} > 1500 +%ifarch %ix86 +%else + --enable-lto \ +%endif +%endif %if %{with lv2} --enable-lv2 \ %endif
