summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-11 22:50:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-11 22:50:28 +0200
commit085569bf258170c54699a4af176ff56d9f3c4f11 (patch)
tree51ff1da744afe3faac09d6c8861032b8a410e970 /package
parenta26b2d9502bc57f975c4da59685d8fe412541762 (diff)
disable asm for zaurus
Diffstat (limited to 'package')
-rw-r--r--package/libx264/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/libx264/Makefile b/package/libx264/Makefile
index ff54b8911..f88f42f8c 100644
--- a/package/libx264/Makefile
+++ b/package/libx264/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= libx264
# actually is snapshot x264-snapshot-20131010-2245
PKG_VERSION:= 1.0
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= e6718029b4bc955f1dbb9bdafeed3ac0
PKG_DESCR:= H264 encoding library
PKG_SECTION:= libs
@@ -17,6 +17,9 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBX264,libx264,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+ifeq ($(ADK_TARGET_SYSTEM_SHARP_ZAURUS),y)
+CONFIGURE_ARGS+= --disable-asm
+endif
CONFIGURE_ARGS+= --disable-cli
libx264-install: