summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3079e25ff99..1a2fe5edbaa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@ _android_arch=x86-64
pkgname=android-${_android_arch}-x264-bootstrap
pkgver=157.r72db4377
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc='Free library for encoding H264/AVC video streams (android)'
license=('GPL')
url='https://www.videolan.org/developers/x264.html'
depends=('android-ndk')
+groups=(android-x264-bootstrap)
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-configure' 'yasm' 'git')
provides=(${pkgname%-bootstrap})
@@ -50,6 +51,10 @@ build() {
--disable-asm
--host=i686-linux"
;;
+ x86-64)
+ configue_opts+="
+ --disable-asm"
+ ;;
*)
;;
esac