summaryrefslogtreecommitdiff
path: root/package/libvpx
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-05 09:56:58 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-05 09:56:58 +0200
commit4f1b2424a78c15e6954bbcf923ad201321672665 (patch)
tree452ab1794edd1cb1cb0ae49815ec9370752899a4 /package/libvpx
parentac8c5646edab042496ff11852505d2d1bca9b116 (diff)
parentcd459cb9dc51e6f2cace0b4b994b563f640a25f6 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvpx')
-rw-r--r--package/libvpx/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile
index 9fc3e67a9..73fd74f7b 100644
--- a/package/libvpx/Makefile
+++ b/package/libvpx/Makefile
@@ -5,14 +5,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= libvpx
PKG_VERSION:= 1.1.0
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 7ae163ac3196c79ec2f0904280078a45
PKG_DESCR:= VP8/VP9 codec library
PKG_SECTION:= libs
PKG_URL:= http://www.webmproject.org/about/
PKG_SITES:= http://webm.googlecode.com/files/
-PKG_SYSTEM_DEPENDS:= raspberry-pi sharp-zaurus ibm-x40 lemote-yeelong
+PKG_SYSTEM_DEPENDS:= raspberry-pi sharp-zaurus ibm-x40 lemote-yeelong qemu-i686
DISTFILES:= ${PKG_NAME}-v${PKG_VERSION}.tar.bz2
WRKDIST= $(WRKDIR)/${PKG_NAME}-v${PKG_VERSION}
@@ -37,6 +37,9 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_INTEL_ATOM),y)
CONFIGURE_ARGS+= --target=x86-linux-gcc --as=yasm
endif
+ifeq ($(ADK_TARGET_SYSTEM_QEMU_I686),y)
+CONFIGURE_ARGS+= --target=x86-linux-gcc --as=yasm
+endif
ifeq ($(ADK_TARGET_SYSTEM_PCENGINES_WRAP),y)
CONFIGURE_ARGS+= --target=x86-linux-gcc --as=yasm
endif