We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971cc80 commit 1ad9cabCopy full SHA for 1ad9cab
1 file changed
android/Android.mk
@@ -133,7 +133,7 @@ MESON_GEN_PKGCONFIGS += android.hardware.graphics.mapper:4.0
133
endif
134
135
ifeq ($(strip $(BOARD_MESA3D_GALLIUM_VA)),enabled)
136
-LIBVA_DIR := hardware/intel/common/libva
+LIBVA_DIR := external/libva
137
LIBVA_VERSION_MAJOR := $(shell sed -n -e 's/va_api_major_version *= *//p' $(LIBVA_DIR)/meson.build)
138
LIBVA_VERSION_MINOR := $(shell sed -n -e 's/va_api_minor_version *= *//p' $(LIBVA_DIR)/meson.build)
139
MESON_GEN_PKGCONFIGS += libva:$(LIBVA_VERSION_MAJOR).$(LIBVA_VERSION_MINOR)
0 commit comments