summaryrefslogtreecommitdiffstats
path: root/unbundle-ffmpeg-av_stream_get_first_dts.patch
diff options
context:
space:
mode:
authorJustKidding <jk@vin.ovh>2022-02-17 14:13:51 -0500
committerJustKidding <jk@vin.ovh>2022-02-17 14:13:51 -0500
commit7d3731ddfe7f9bd44a403c026886858b7ff9ab0d (patch)
tree57a4360e11a655338e98bebb232920b1e6e3d395 /unbundle-ffmpeg-av_stream_get_first_dts.patch
parentb07d1995b2616b1e6a062657543331fdc2140bb7 (diff)
downloadungoogled-chromium-7d3731ddfe7f9bd44a403c026886858b7ff9ab0d.tar.gz
ungoogled-chromium-7d3731ddfe7f9bd44a403c026886858b7ff9ab0d.tar.bz2
ungoogled-chromium-7d3731ddfe7f9bd44a403c026886858b7ff9ab0d.zip
upgpkg: ungoogled-chromium 98.0.4758.102-2
ffmpeg 5.0 rebuild
Diffstat (limited to 'unbundle-ffmpeg-av_stream_get_first_dts.patch')
-rw-r--r--unbundle-ffmpeg-av_stream_get_first_dts.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/unbundle-ffmpeg-av_stream_get_first_dts.patch b/unbundle-ffmpeg-av_stream_get_first_dts.patch
deleted file mode 100644
index dae1add..0000000
--- a/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") {