From 54abe45115a680a46996b006d61b3b5573bfd165 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Fri, 2 Aug 2013 09:13:51 -0400 Subject: [PATCH] extra/x264 --disable-asm for armv5 build derp --- extra/x264/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extra/x264/PKGBUILD b/extra/x264/PKGBUILD index 8a5412cb8..34dbd6aa9 100644 --- a/extra/x264/PKGBUILD +++ b/extra/x264/PKGBUILD @@ -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 }