aboutsummaryrefslogtreecommitdiffstats
path: root/testing/npapi-vlc/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-14 03:16:28 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-14 03:16:46 +0000
commit9b38f2b1434414f54bc41ca938e883a18a51ecfa (patch)
tree0c13ac9f161b81abd1eeb9f2f8a35c5ac00cf38d /testing/npapi-vlc/APKBUILD
parente840d5ffee0e754f6821ca1328efff5d1182022d (diff)
downloadaports-9b38f2b1434414f54bc41ca938e883a18a51ecfa.tar.bz2
aports-9b38f2b1434414f54bc41ca938e883a18a51ecfa.tar.xz
testing/npapi-vlc: disable on mips
Diffstat (limited to 'testing/npapi-vlc/APKBUILD')
-rw-r--r--testing/npapi-vlc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/npapi-vlc/APKBUILD b/testing/npapi-vlc/APKBUILD
index 9b6bd7ccaf..04c5703d35 100644
--- a/testing/npapi-vlc/APKBUILD
+++ b/testing/npapi-vlc/APKBUILD
@@ -6,7 +6,7 @@ _pkglibver="0_git20180718"
pkgrel=1
pkgdesc="NPAPI browser plugin based on libvlc"
url="https://code.videolan.org/videolan/npapi-vlc"
-arch="all !s390x" # vlc missing
+arch="all !s390x !mips !mips64" # vlc missing
license="GPL-2.0-or-later"
makedepends="vlc-dev automake autoconf libtool npapi-sdk libx11-dev libxcb-dev
gtk+2.0-dev"