Skip to content

Commit 1ad9cab

Browse files
committed
android: Update libva path
Signed-off-by: SupeChicken666 <me@supechicken666.dev>
1 parent 971cc80 commit 1ad9cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ MESON_GEN_PKGCONFIGS += android.hardware.graphics.mapper:4.0
133133
endif
134134

135135
ifeq ($(strip $(BOARD_MESA3D_GALLIUM_VA)),enabled)
136-
LIBVA_DIR := hardware/intel/common/libva
136+
LIBVA_DIR := external/libva
137137
LIBVA_VERSION_MAJOR := $(shell sed -n -e 's/va_api_major_version *= *//p' $(LIBVA_DIR)/meson.build)
138138
LIBVA_VERSION_MINOR := $(shell sed -n -e 's/va_api_minor_version *= *//p' $(LIBVA_DIR)/meson.build)
139139
MESON_GEN_PKGCONFIGS += libva:$(LIBVA_VERSION_MAJOR).$(LIBVA_VERSION_MINOR)

0 commit comments

Comments
 (0)