public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: adapt scripts for new ffmpeg
Date: Fri, 07 Aug 2026 16:06:44 GMT	[thread overview]
Message-ID: <178611880499.1.5927360047176310086.rpms-chromium-cbb6b503912b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : cbb6b503912be6e2fcdbde81986b73efe2fbb427
Author : Than Ngo <than@redhat.com>
Date   : 2024-07-24T22:18:44+02:00
Stats  : +10/-6 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/cbb6b503912be6e2fcdbde81986b73efe2fbb427?branch=epel9-next

Log:
adapt scripts for new ffmpeg

---
diff --git a/clean_ffmpeg.sh b/clean_ffmpeg.sh
index 9111990..abb1236 100755
--- a/clean_ffmpeg.sh
+++ b/clean_ffmpeg.sh
@@ -138,6 +138,7 @@ header_files="	libavcodec/x86/inline_asm.h \
 		libavcodec/pixels.h \
 		libavcodec/png.h \
 		libavcodec/pngdsp.h \
+		libavcodec/progressframe.h \
 		libavcodec/put_bits.h \
 		libavcodec/qpeldsp.h \
 		libavcodec/ratecontrol.h \

diff --git a/ffmpeg-clean.patch b/ffmpeg-clean.patch
index 31ceba8..fa2de3f 100644
--- a/ffmpeg-clean.patch
+++ b/ffmpeg-clean.patch
@@ -1,10 +1,13 @@
 diff -up third_party/ffmpeg/ffmpeg_generated.gni.me third_party/ffmpeg/ffmpeg_generated.gni
---- third_party/ffmpeg/ffmpeg_generated.gni.me	2024-05-05 00:45:53.017100841 +0200
-+++ third_party/ffmpeg/ffmpeg_generated.gni	2024-05-05 00:46:20.244559951 +0200
-@@ -17,8 +17,8 @@ use_linux_config = is_linux || is_chrome
- if ((is_android && current_cpu == "arm" && arm_use_neon) ||
-     (is_android && current_cpu == "arm64") ||
-     (is_android && current_cpu == "x64") ||
+--- third_party/ffmpeg/ffmpeg_generated.gni.me	2024-07-19 23:49:33.776963768 +0200
++++ third_party/ffmpeg/ffmpeg_generated.gni	2024-07-19 23:50:14.377819007 +0200
+@@ -14,10 +14,10 @@ ffmpeg_asm_sources = []
+ 
+ use_linux_config = is_linux || is_chromeos || is_fuchsia
+ 
+-if (current_cpu == "arm64" || current_cpu == "x64" ||
++if ((current_cpu == "arm64") || (current_cpu == "x64") ||
+     (is_android && current_cpu == "arm" && arm_use_neon) ||
 -    (is_android && current_cpu == "x86") || is_apple || is_win ||
 -    use_linux_config) {
 +    (is_android && current_cpu == "x86") || (is_apple) || (is_win) ||

                 reply	other threads:[~2026-08-07 16:06 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=178611880499.1.5927360047176310086.rpms-chromium-cbb6b503912b@fedoraproject.org \
    --to=than@redhat.com \
    --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