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

Enable all the VA-API drivers that is available for x86 #3

Open
wants to merge 1 commit into
base: lineage-18.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,12 @@ PRODUCT_COPY_FILES += \
ifneq ($(filter %_waydroid_x86 %_waydroid_x86_64,$(TARGET_PRODUCT)),)
PRODUCT_PACKAGES += \
libffmpeg_omx \
media_codecs_ffmpeg.xml
media_codecs_ffmpeg.xml \
i965_drv_video \
crocus_drv_video \
iHD_drv_video \
libgallium_drv_video


PRODUCT_PROPERTY_OVERRIDES += \
media.sf.omx-plugin=libffmpeg_omx.so \
Expand Down
2 changes: 2 additions & 0 deletions waydroid_x86/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ TARGET_ARCH_VARIANT := x86
ifneq ($(TARGET_USE_MESA),false)
BOARD_MESA3D_GALLIUM_DRIVERS += i915 iris crocus
BOARD_MESA3D_VULKAN_DRIVERS += intel intel_hasvk
BOARD_MESA3D_GALLIUM_VA := enabled
BOARD_MESA3D_VIDEO_CODECS := h264dec h264enc h265dec h265enc vc1dec
endif
2 changes: 2 additions & 0 deletions waydroid_x86_64/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ TARGET_2ND_ARCH_VARIANT := x86_64
ifneq ($(TARGET_USE_MESA),false)
BOARD_MESA3D_GALLIUM_DRIVERS += i915 iris crocus
BOARD_MESA3D_VULKAN_DRIVERS += intel intel_hasvk
BOARD_MESA3D_GALLIUM_VA := enabled
BOARD_MESA3D_VIDEO_CODECS := h264dec h264enc h265dec h265enc vc1dec
endif