- changed status to invalid
API functions missing and cef_initialize() fail after proprietary codecs was enabled
Issue #3267
invalid
Chromium version: 99.0.4844.40
CEF branch: 4844
After adding ffmpeg_branding=Chrome and proprietary_codecs=true to the GN_DEFINES, fresh libcef.dll file does not contain next API functions:
cef_visit_web_plugin_info, cef_refresh_web_plugins, cef_unregister_internal_web_plugin, cef_register_web_plugin_crash, cef_is_web_plugin_unstable.
Also calling of cef_initialize of that libcef.dll causing segmentation fault.
Comments (1)
-
- Log in to comment
Sounds like you built master instead of 4844 branch, or have some stale build artifacts.
Please ask questions on the CEF Forum.