Age | Commit message (Expand) | Author |
---|---|---|
2024-08-14 | gnu: rush: Update to 2.4....* gnu/packages/rush.scm (rush): Update to 2.4. Change-Id: I5ba594bcc9fd774412f665c08c6375fbbdfc9033 Signed-off-by: Christopher Baines <mail@cbaines.net> | Andy Tai |
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") { 81c5157aab40fd901efe1675e5602bb393734b51'/>
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2024-08-14 | gnu: rush: Update to 2.4....* gnu/packages/rush.scm (rush): Update to 2.4. Change-Id: I5ba594bcc9fd774412f665c08c6375fbbdfc9033 Signed-off-by: Christopher Baines <mail@cbaines.net> | Andy Tai |