I included part of https://chromium.googlesource.com/chromium/third_party/ffmpeg/+/refs/heads/master/chromium/patches/README .
But bin with --enable-decoder=vorbis,aac
is ~0.2 MB + chromium/third_party/ffmpeg build.
I'm looking at the way to get reliable -bin
of ffmpeg.org built.
Pinned Comments
oech3 commented on 2025-06-28 08:19 (UTC) (edited on 2025-08-03 13:33 (UTC) by oech3)
I included part of https://chromium.googlesource.com/chromium/third_party/ffmpeg/+/refs/heads/master/chromium/patches/README . But bin with
--enable-decoder=vorbis,aac
is ~0.2 MB + chromium/third_party/ffmpeg build.I'm looking at the way to get reliable
-bin
of ffmpeg.org built.oech3 commented on 2025-06-27 12:54 (UTC) (edited on 2025-08-02 13:25 (UTC) by oech3)
Use
-git
for Chromium M138+. See also soname at build time. If you need-git
for M137-, please ask me before uploading something. Release of FFmpeg 8.0 would require rename of this.This tries to replace ffmpeg of other apps if sonames are same.
Tell me if this is lacking some conf from chromium/third_party/ffmpeg/.