summaryrefslogtreecommitdiff
path: root/package/libvpx
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-13 13:03:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-01-13 13:03:35 +0100
commit2b3c00adeb1c785305b2217fbd7e6c18d687a6a8 (patch)
tree6c123be7f2517fef777f12020afeac8db884b478 /package/libvpx
parent8247b35974f51185e5c659d40c95649979b8dc82 (diff)
libvpx: enable for aarch64
Diffstat (limited to 'package/libvpx')
-rw-r--r--package/libvpx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile
index 3108d2e97..560281fee 100644
--- a/package/libvpx/Makefile
+++ b/package/libvpx/Makefile
@@ -23,6 +23,9 @@ $(eval $(call PKG_template,LIBVPX,libvpx,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEP
CONFIGURE_ENV+= LD=$(TARGET_CC)
CONFIG_STYLE:= minimal
+ifeq ($(ADK_TARGET_ARCH_AARCH64),y)
+CONFIGURE_ARGS+= --target=armv8-linux-gcc
+endif
ifeq ($(ADK_TARGET_SYSTEM_QEMU_ARM_VEXPRESS_A9),y)
CONFIGURE_ARGS+= --target=armv7-linux-gcc
endif