commit 2176effc9781ae4abe58bd1be02303410a96a872
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 9 21:09:29 2020 +0100
Disable LTO for i686
ffmpeg.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 742ceaf..608464e 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -4,6 +4,11 @@
#global date 20200606
#global rel rc1
+%ifarch %{ix86}
+# Fails due to asm issue
+%global _lto_cflags %{nil}
+%endif
+
# rav1e has a broken .pc file
#
https://bugzilla.redhat.com/show_bug.cgi?id=1811550
%if 0%{?fedora} > 32