mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/x264 --disable-asm for armv5 build
This commit is contained in:
parent
9ac8a69b60
commit
68b1cfe34c
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ build() {
|
|||
cd $pkgname
|
||||
|
||||
./configure --enable-shared \
|
||||
--disable-asm \ #to force build on armv5
|
||||
--enable-pic
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue