diff --git a/ffmpeg-4.changes b/ffmpeg-4.changes index e20ff1b..bc79d52 100644 --- a/ffmpeg-4.changes +++ b/ffmpeg-4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 18 09:43:38 UTC 2019 - Bjørn Lie + +- Disable LTO for arm, fixes build. + ------------------------------------------------------------------- Wed Aug 14 15:39:22 UTC 2019 - Michel Normand diff --git a/ffmpeg-4.spec b/ffmpeg-4.spec index 1bd8af1..969854d 100644 --- a/ffmpeg-4.spec +++ b/ffmpeg-4.spec @@ -580,7 +580,7 @@ break compatibility without any notice. %autopatch -p1 %build -%ifarch %ix86 +%ifarch %ix86 %arm %define _lto_cflags %{nil} %endif CFLAGS="%optflags" \