summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Hartmann <sultan@gentoo.org>2021-07-03 09:50:57 +0200
committerStephan Hartmann <sultan@gentoo.org>2021-07-03 09:50:57 +0200
commit43ac6fb27ccc8edfa3112fdfd088923332e65483 (patch)
tree3352da111974e6bcf2053e84b08fac85503e724d
parentapp-metrics/prometheus-bin: Version bump (v2.28.1) (diff)
downloadgentoo-43ac6fb2.tar.gz
gentoo-43ac6fb2.tar.bz2
gentoo-43ac6fb2.zip
www-client/chromium: remove unused patch
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
-rw-r--r--www-client/chromium/files/chromium-93-system-ffmpeg.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/www-client/chromium/files/chromium-93-system-ffmpeg.patch b/www-client/chromium/files/chromium-93-system-ffmpeg.patch
deleted file mode 100644
index 7ed5331c527f..000000000000
--- a/www-client/chromium/files/chromium-93-system-ffmpeg.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 04d56bcb5a59c4a36b9bb9ac57a84090033761ce Mon Sep 17 00:00:00 2001
-From: Stephan Hartmann <stha09@googlemail.com>
-Date: Sat, 19 Jun 2021 13:08:48 +0000
-Subject: [PATCH] unbundle: add libavcodec/format.h shim headers
-
-Header is included in ffmpeg_demuxer.
----
- build/linux/unbundle/ffmpeg.gn | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/build/linux/unbundle/ffmpeg.gn b/build/linux/unbundle/ffmpeg.gn
-index 978298a..16e2074 100644
---- a/build/linux/unbundle/ffmpeg.gn
-+++ b/build/linux/unbundle/ffmpeg.gn
-@@ -23,6 +23,7 @@ shim_headers("ffmpeg_shim") {
- root_path = "."
- headers = [
- "libavcodec/avcodec.h",
-+ "libavcodec/packet.h",
- "libavformat/avformat.h",
- "libavutil/imgutils.h",
- ]
---
-2.31.1
-