commit 68679f8404688d1046f291f6f28e07a0416077e0
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Oct 7 11:20:28 2024 +0200
Disable lto on arm as fedora
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index d7e55ae..d87d3c2 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -13,7 +13,7 @@
%undefine _package_note_file
-%ifarch %{ix86}
+%ifarch %{ix86} %{arm}
# Fails due to asm issue
%global _lto_cflags %{nil}
%endif