extra/x264 --disable-asm for armv5 build derp

This commit is contained in:
Mike Brown 2013-08-02 09:13:51 -04:00
parent 68b1cfe34c
commit 54abe45115

View file

@ -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
}