summaryrefslogtreecommitdiff
path: root/repo/apps/chromium/unbundle-ffmpeg-av_stream_get_first_dts.patch
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-29 01:06:01 +0100
committerdavidovski <david@davidovski.xyz>2022-05-29 01:06:01 +0100
commit2071df5dade8483e468e6efd5ff0091d5cb6c525 (patch)
tree6870a0d822e1d409c7e46df4e0ae1b2ae64d725b /repo/apps/chromium/unbundle-ffmpeg-av_stream_get_first_dts.patch
parent5170f5c85fe0e84fe8af55c6a024c7b6e844b0f1 (diff)
temporarily disabled chromium
Diffstat (limited to 'repo/apps/chromium/unbundle-ffmpeg-av_stream_get_first_dts.patch')
-rw-r--r--repo/apps/chromium/unbundle-ffmpeg-av_stream_get_first_dts.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/repo/apps/chromium/unbundle-ffmpeg-av_stream_get_first_dts.patch b/repo/apps/chromium/unbundle-ffmpeg-av_stream_get_first_dts.patch
deleted file mode 100644
index dae1add..0000000
--- a/repo/apps/chromium/unbundle-ffmpeg-av_stream_get_first_dts.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/build/linux/unbundle/ffmpeg.gn b/build/linux/unbundle/ffmpeg.gn
-index 16e20744706..6a079b32221 100644
---- 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") {