mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/x264 --disable-asm for armv5 build derp
This commit is contained in:
parent
68b1cfe34c
commit
54abe45115
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@ pkgver() {
|
|||
build() {
|
||||
cd $pkgname
|
||||
|
||||
./configure --enable-shared \
|
||||
--disable-asm \ #to force build on armv5
|
||||
./configure --disable-asm --enable-shared \
|
||||
--enable-pic
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue