summaryrefslogtreecommitdiff
path: root/package/libx264/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-05 07:28:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-05 07:28:50 +0100
commitc5ad4bdcdb9f3e0591e8943fe8b5302b76637b71 (patch)
tree38701c0e99122bb69961506c45d5363633b776ec /package/libx264/Makefile
parentd96d9c10cfa4b990cc70c7660cdc13c7c6bafa86 (diff)
try to fix autobuilding process
Diffstat (limited to 'package/libx264/Makefile')
-rw-r--r--package/libx264/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libx264/Makefile b/package/libx264/Makefile
index 55bd18868..0fce6390e 100644
--- a/package/libx264/Makefile
+++ b/package/libx264/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= libx264
# actually is git checkout from 22.01.2014
PKG_VERSION:= 1.0.1
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 6be3e8adeaf6b007bbc04026b6ebd304
PKG_DESCR:= H264 encoding library
PKG_SECTION:= libs
@@ -24,6 +24,7 @@ ifeq ($(ADK_TARGET_SYSTEM_SHARP_ZAURUS),y)
CONFIGURE_ARGS+= --disable-asm
endif
CONFIGURE_ARGS+= --disable-cli \
+ --enable-asm \
--cross-prefix=$(TARGET_CROSS)
libx264-install: