summaryrefslogtreecommitdiff
path: root/extra/libva/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-04 15:54:30 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-04 15:54:30 +0100
commit8824bc68615cf10b5f6803d3f5399ec345df3aed (patch)
tree97e94f04de7af6298d132af9e972893be3cdfe8c /extra/libva/PKGBUILD
parente91032041b37c6ccddedd20cea977e8644c002c4 (diff)
Don't use libva or libvdpau on mips64el.
Diffstat (limited to 'extra/libva/PKGBUILD')
-rw-r--r--extra/libva/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libva/PKGBUILD b/extra/libva/PKGBUILD
index 592f4a510..33d8d6bc6 100644
--- a/extra/libva/PKGBUILD
+++ b/extra/libva/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libva
pkgver=1.0.15
pkgrel=1
pkgdesc="Video Acceleration (VA) API for Linux"
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
url="http://freedesktop.org/wiki/Software/vaapi"
license=('MIT')
depends=('libgl' 'libdrm' 'libxfixes')