summaryrefslogtreecommitdiff
path: root/package/libvpx/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-10 18:48:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-10 18:48:56 +0200
commita98d5eede75bc0f7e75f1a4b9ed13c58f58a5207 (patch)
tree5f9083b4614b2e6b2dabf94aa0a6094897dd9edf /package/libvpx/Makefile
parent81e93053902f75fada737a16eccf3444ab0f9555 (diff)
add support for raspberry pi
Diffstat (limited to 'package/libvpx/Makefile')
-rw-r--r--package/libvpx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile
index 646f85669..1cb9a1bd1 100644
--- a/package/libvpx/Makefile
+++ b/package/libvpx/Makefile
@@ -22,6 +22,9 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBVPX,libvpx,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIG_STYLE:= minimal
+ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y)
+CONFIGURE_ARGS+= --target=armv6-linux-gcc
+endif
ifeq ($(ADK_TARGET_SYSTEM_SHARP_ZAURUS),y)
CONFIGURE_ARGS+= --target=armv5te-linux-gcc
endif