Skip to content

Commit e07817d

Browse files
authored
chromium: Drop redundant V4L2 feature flags (#985)
AcceleratedVideoDecodeLinuxZeroCopyGL and AcceleratedVideoDecodeLinuxGL are enabled by default. Only AcceleratedVideoDecoder is required. https://chromium.googlesource.com/chromium/src/+/616cc2be25e6cef124f905a40e215c0e377701de Signed-off-by: Thorsten Lannynd <t-lannynd@ti.com>
1 parent f196ee6 commit e07817d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meta-chromium/recipes-browser/chromium/chromium-gn.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ CHROMIUM_EXTRA_ARGS ?= " \
374374
${@bb.utils.contains('PACKAGECONFIG', 'use-egl', '--use-angle=gles-egl', '', d)} \
375375
${@bb.utils.contains('PACKAGECONFIG', 'kiosk-mode', '--kiosk --no-first-run --incognito', '', d)} \
376376
${@bb.utils.contains('PACKAGECONFIG', 'gtk4', '--gtk-version=4', '', d)} \
377-
${@bb.utils.contains('PACKAGECONFIG', 'use-v4l2', '--ozone-platform-hint=wayland --enable-features=AcceleratedVideoDecoder,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoDecodeLinuxZeroCopyGL', '', d)} \
377+
${@bb.utils.contains('PACKAGECONFIG', 'use-v4l2', '--ozone-platform-hint=wayland --enable-features=AcceleratedVideoDecoder', '', d)} \
378378
"
379379

380380
# V8's JIT infrastructure requires binaries such as mksnapshot and

0 commit comments

Comments
 (0)