public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ffmpeg] epel9-next: Disable LTO for arm and x86
@ 2026-07-14 21:59 Andreas Schneider
0 siblings, 0 replies; only message in thread
From: Andreas Schneider @ 2026-07-14 21:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ffmpeg
Branch : epel9-next
Commit : 40c8764fc5b8dbbe5aff69bdc89a135c983312df
Author : Andreas Schneider <asn@cryptomilk.org>
Date : 2022-02-12T13:14:37+01:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ffmpeg/c/40c8764fc5b8dbbe5aff69bdc89a135c983312df?branch=epel9-next
Log:
Disable LTO for arm and x86
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 3417f59..1d3cce0 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -8,7 +8,7 @@
%global pkg_suffix -free
# Fails due to asm issue
-%ifarch %{ix86} %arm
+%ifarch %{ix86} %{arm}
%bcond_with lto
%else
%bcond_without lto
@@ -48,6 +48,10 @@
%bcond_with xvid
%endif
+%if %{without lto}
+%global _lto_cflags %{nil}
+%endif
+
%global av_codec_soversion 59
%global av_device_soversion 59
%global av_filter_soversion 8
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-14 21:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 21:59 [rpms/ffmpeg] epel9-next: Disable LTO for arm and x86 Andreas Schneider
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox