summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-12 17:51:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-12 17:51:58 +0200
commitb2dd105b719277b4719d42741d406e2547f86201 (patch)
tree5f6b2bf4e1200efec2c2365d027d7762fac99dc7 /package
parenta9e05011e41a5bc0dd1384bff68d6e76a3e266ec (diff)
parent085569bf258170c54699a4af176ff56d9f3c4f11 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
-rw-r--r--package/libx264/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libx264/Makefile b/package/libx264/Makefile
index 5a21260ad..f88f42f8c 100644
--- a/package/libx264/Makefile
+++ b/package/libx264/Makefile
@@ -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: