Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ffmpeg.dll to delay load configuration #46173

Conversation

trop[bot]
Copy link
Contributor

@trop trop bot commented Mar 21, 2025

Backport of #46151

See that PR for details.

Notes: Added ffmpeg.dll to delay load configuration.

Updated the /DELAYLOAD linker config in BUILD.gn to set ffmpeg.dll
as a delay-loaded DLL. This reduces startup overhead and prevents unnecessary
loading when ffmpeg-related functionality is not used (e.g., the browser process
was unnecessarily loading it).

Co-authored-by: Zonglong Liu <83216456+mai-121@users.noreply.github.com>
@trop trop bot requested a review from a team March 21, 2025 07:25
@trop trop bot added 36-x-y backport This is a backport PR backport/requested 🗳 semver/minor backwards-compatible functionality labels Mar 21, 2025
@ckerr ckerr merged commit c4e0cae into 36-x-y Mar 22, 2025
64 checks passed
@ckerr ckerr deleted the trop/36-x-y-bp-feat-add-ffmpeg-dll-to-delay-load-configuration-1742541883158 branch March 22, 2025 18:37
@release-clerk
Copy link

release-clerk bot commented Mar 22, 2025

Release Notes Persisted

Added ffmpeg.dll to delay load configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
36-x-y backport/requested 🗳 backport This is a backport PR semver/minor backwards-compatible functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant