Closed lilulu2018 closed 6 months ago
the rule to generate it is added in the patch 0003*
maybe you didn't enable the 'use libv4l plugin' switch? please check the related bbappend for tested configuration
@JeffyCN all patches are applied including patch 0006 not applicable so I manually modified files affected. use_v4l2_codec = true and use_vaapi = false added to args.gn, but still getting this error. Here is what exactly I have done: system ubuntu 22.04
# Set build arguments here. See `gn help buildargs`.
target_cpu = "arm64"
enable_nacl = false
symbol_level = 0
blink_symbol_level = 0
v8_symbol_level = 0
is_official_build = true
chrome_pgo_phase = 0
use_v4l2_codec = true
use_vaapi = false
Then I run autoninja -C out/Arm64
chrome from src directory and get this error. Is there anything I've done wrong or missing anything ?
added use_v4lplugin = true
resolved my problem
We used chromium_120.0.6099 patch to build chrome but received error as the title mentioned , more logs like this
Any ideas ?