Skip to content
Snippets Groups Projects
Commit 293601d2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Jean-Baptiste Kempf
Browse files

contrib: vpx: restrict architectures

VPX has an exclusive list of supported instruction sets.

This follows it, unblocking contrib builds on other targets.
parent 4be3b875
No related branches found
No related tags found
1 merge request!4316contrib: vpx: restrict architectures
Pipeline #390566 passed with stage
in 46 minutes and 22 seconds
......@@ -3,7 +3,9 @@
VPX_VERSION := 1.13.1
VPX_URL := $(GITHUB)/webmproject/libvpx/archive/v${VPX_VERSION}.tar.gz
ifneq ($(filter arm aarch64 i386 loongarch64 mipsel mips64el ppc64le x86_64, $(ARCH)),)
PKGS += vpx
endif
ifeq ($(call need_pkg,"vpx >= 1.5.0"),)
PKGS_FOUND += vpx
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment