From 07475fa3ce744419973822ff121993ca507f1114980e542672bca106e057fd0f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 18 Aug 2019 12:36:58 +0000 Subject: [PATCH] Accepting request 724379 from home:iznogood:branches:multimedia:libs Fix arm build OBS-URL: https://build.opensuse.org/request/show/724379 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=85 --- ffmpeg-4.changes | 5 +++++ ffmpeg-4.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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" \