Skip to content
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
2 changes: 1 addition & 1 deletion android/config-x86-x86.mak
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ CONFIG_MPEG2_VAAPI_ENCODER=yes
!CONFIG_AV1_D3D11VA2_HWACCEL=yes
!CONFIG_AV1_DXVA2_HWACCEL=yes
!CONFIG_AV1_NVDEC_HWACCEL=yes
!CONFIG_AV1_VAAPI_HWACCEL=yes
CONFIG_AV1_VAAPI_HWACCEL=yes
!CONFIG_AV1_VDPAU_HWACCEL=yes
CONFIG_H263_VAAPI_HWACCEL=yes
!CONFIG_H263_VIDEOTOOLBOX_HWACCEL=yes
Expand Down
2 changes: 1 addition & 1 deletion android/config-x86_64-x86_64.mak
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ CONFIG_MPEG2_VAAPI_ENCODER=yes
!CONFIG_AV1_D3D11VA2_HWACCEL=yes
!CONFIG_AV1_DXVA2_HWACCEL=yes
!CONFIG_AV1_NVDEC_HWACCEL=yes
!CONFIG_AV1_VAAPI_HWACCEL=yes
CONFIG_AV1_VAAPI_HWACCEL=yes
!CONFIG_AV1_VDPAU_HWACCEL=yes
CONFIG_H263_VAAPI_HWACCEL=yes
!CONFIG_H263_VIDEOTOOLBOX_HWACCEL=yes
Expand Down
2 changes: 1 addition & 1 deletion android/include/config_components.h
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@
#define CONFIG_AV1_D3D11VA2_HWACCEL 0
#define CONFIG_AV1_DXVA2_HWACCEL 0
#define CONFIG_AV1_NVDEC_HWACCEL 0
#define CONFIG_AV1_VAAPI_HWACCEL 0
#define CONFIG_AV1_VAAPI_HWACCEL 1
#define CONFIG_AV1_VDPAU_HWACCEL 0
#define CONFIG_H263_VAAPI_HWACCEL 1
#define CONFIG_H263_VIDEOTOOLBOX_HWACCEL 0
Expand Down
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -6963,6 +6963,7 @@ if enabled x86; then
android)
hevc_vaapi_hwaccel_deps="vaapi"
vp9_vaapi_hwaccel_deps="vaapi"
av1_vaapi_hwaccel_deps="vaapi"
enable vaapi vaapi_1 vaapi_android
enable libdrm libdrm_getfb2 linux_dma_buf_h
enabled x86_32 && disable ebx_available
Expand Down