aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-25 01:08:31 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-25 01:08:31 +0100
commit1a6c4fc7378ee654ae1f3d05ff7177efdd5d9d08 (patch)
tree377137923bbc644e0df5a4872158691202459feb /testing
parent437f3455db8d10c1a5c68c11c4618fd83d7083e2 (diff)
downloadaports-1a6c4fc7378ee654ae1f3d05ff7177efdd5d9d08.tar.bz2
aports-1a6c4fc7378ee654ae1f3d05ff7177efdd5d9d08.tar.xz
testing/aom: disable on armv7
Diffstat (limited to 'testing')
-rw-r--r--testing/aom/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/aom/APKBUILD b/testing/aom/APKBUILD
index d99736af8f..cd3a9459f9 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"
+arch="all !armv7"
license="custom"
options="!check" # No test suite from upstream
makedepends="cmake perl python3 yasm"