diff options
-rw-r--r-- | testing/aom/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/aom/APKBUILD b/testing/aom/APKBUILD index cd3a9459f9..674bc506ab 100644 --- a/testing/aom/APKBUILD +++ b/testing/aom/APKBUILD @@ -6,7 +6,7 @@ _commit=db8f273c9d83b1e6d602b2d1c4e2f055a6f58acc pkgrel=0 pkgdesc="Alliance for Open Media (AOM) AV1 codec SDK" url="https://aomedia.org/" -arch="all !armv7" +arch="all !armv7 !armhf" # ASM inlining fails on armhf/armv7 license="custom" options="!check" # No test suite from upstream makedepends="cmake perl python3 yasm" |