summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch')
-rw-r--r--gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch b/gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch
deleted file mode 100644
index 1472206b02..0000000000
--- a/gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Alias the av_stream_get_first_dts definition added by Chromium in
-their bundled fork.
-
-Taken from Arch Linux:
-
- https://github.com/archlinux/svntogit-packages/blob/38fd5d2f2e0ade932aa7a80b7dea26215fc41854/trunk/unbundle-ffmpeg-av_stream_get_first_dts.patch
-
-diff --git a/build/linux/unbundle/ffmpeg.gn b/build/linux/unbundle/ffmpeg.gn
---- a/build/linux/unbundle/ffmpeg.gn
-+++ b/build/linux/unbundle/ffmpeg.gn
-@@ -12,6 +12,7 @@ pkg_config("system_ffmpeg") {
- "libavformat",
- "libavutil",
- ]
-+ defines = [ "av_stream_get_first_dts(stream)=stream->first_dts" ]
- }
-
- buildflag_header("ffmpeg_features") {