public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: adapt scripts for new ffmpeg
@ 2026-08-07 16:06 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:06 UTC (permalink / raw)
  To: git-commits

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) ||

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07 16:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:06 [rpms/chromium] epel9-next: adapt scripts for new ffmpeg Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox