public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Andreas Schneider <asn@cryptomilk.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ffmpeg] epel9-next: Disable LTO for arm and x86
Date: Tue, 14 Jul 2026 21:59:18 GMT [thread overview]
Message-ID: <178406635857.1.644678723783670923.rpms-ffmpeg-40c8764fc5b8@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-14 21:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178406635857.1.644678723783670923.rpms-ffmpeg-40c8764fc5b8@fedoraproject.org \
--to=asn@cryptomilk.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox