diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-15 14:37:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-15 14:37:26 +0200 |
commit | 1b7d3a76da05162c455659c2619cdb4f60feb8d6 (patch) | |
tree | cc50865c678ab5f1cdf9f47292d0bb2ee996cbb7 /package/libvpx/Makefile | |
parent | 0e83f9cdc5da7d1a6c444f7d41140bcb6a732cb2 (diff) |
disable avr32
Diffstat (limited to 'package/libvpx/Makefile')
-rw-r--r-- | package/libvpx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile index c68f128cb..c442d0981 100644 --- a/package/libvpx/Makefile +++ b/package/libvpx/Makefile @@ -12,6 +12,8 @@ PKG_SECTION:= libs PKG_URL:= http://www.webmproject.org/about/ PKG_SITES:= http://webm.googlecode.com/files/ +PKG_ARCH_DEPENDS:= !avr32 + DISTFILES:= ${PKG_NAME}-v${PKG_VERSION}.tar.bz2 WRKDIST= $(WRKDIR)/${PKG_NAME}-v${PKG_VERSION} |