summaryrefslogtreecommitdiff
path: root/extra/libtheora/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libtheora/PKGBUILD')
-rw-r--r--extra/libtheora/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libtheora/PKGBUILD b/extra/libtheora/PKGBUILD
index 89cdaecb7..7871d1c24 100644
--- a/extra/libtheora/PKGBUILD
+++ b/extra/libtheora/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=libtheora
pkgver=1.1.1
-pkgrel=2
+pkgrel=2.1
pkgdesc="An open video codec developed by the Xiph.org"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.xiph.org"
license=('BSD')
depends=('libogg')
@@ -18,7 +18,7 @@ sha1sums=('8dcaa8e61cd86eb1244467c0b64b9ddac04ae262')
build() {
cd "${srcdir}/libtheora-${pkgver}"
- ./configure --prefix=/usr --enable-shared --disable-static
+ ./configure --prefix=/usr --enable-shared --disable-static --build=$CHOST --target=$CHOST --host=$CHOST
make
}