From 23798a868d373efd6ff1009a5414a585dcf17672 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 1 May 2015 20:48:11 +0200 Subject: [PATCH] x264: disable assembly for armv5tel --- srcpkgs/x264/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/x264/template b/srcpkgs/x264/template index 91829e5bdb2..8f9fba21515 100644 --- a/srcpkgs/x264/template +++ b/srcpkgs/x264/template @@ -14,7 +14,7 @@ distfiles="http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapsho checksum=3519e8fa3399845c7d2248d0a7297a923ac6bdc78d0ec15e85026e810670e1be do_configure() { - if [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then + if [ "$XBPS_TARGET_MACHINE" = "armv6l" ] || [ "$XBPS_TARGET_MACHINE" = "armv5tel" ]; then args+=" --disable-asm" elif [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then export AS=$CC