diff options
Diffstat (limited to 'extra/libvpx/PKGBUILD')
-rw-r--r-- | extra/libvpx/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libvpx/PKGBUILD b/extra/libvpx/PKGBUILD index cbe82e07f..401374db5 100644 --- a/extra/libvpx/PKGBUILD +++ b/extra/libvpx/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libvpx pkgver=0.9.6 pkgrel=2 pkgdesc="The VP8 Codec SDK" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.webmproject.org/" license=('BSD') depends=('glibc') |