summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-12-28 18:28:22 +0100
committerRasmus Thomsen <oss@cogitri.dev>2019-12-28 18:28:22 +0100
commit38485be9782f2aec159f44019d0d3bb198511236 (patch)
tree317119cf1589c36be2185a8e2910e0f62981fd57
parent9ff97daedc33f85e6ae4081da95d44dc61ea2570 (diff)
downloadaports-38485be9782f2aec159f44019d0d3bb198511236.zip
testing/svt-hevc: disable on x86 due to 'error: incompatible type for argument 2 of '_mm_storel_epi64''
-rw-r--r--testing/svt-hevc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/svt-hevc/APKBUILD b/testing/svt-hevc/APKBUILD
index bf6851912ed..fd371baa7f1 100644
--- a/testing/svt-hevc/APKBUILD
+++ b/testing/svt-hevc/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.4.3
pkgrel=0
pkgdesc="Scalable Vector Technology for HEVC encoder (SVT-HEVC Encoder)"
url="https://01.org/svt"
-arch="x86 x86_64"
+arch="x86_64" # x86 error: incompatible type for argument 2 of '_mm_storel_epi64'
license="BSD-2-Clause-Patent"
options="!check" # No test suite from upstream
makedepends="cmake yasm"