diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-30 22:58:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-30 22:59:37 +0100 |
commit | efbb168bca3614d214749ed07ed1535378408a21 (patch) | |
tree | 89443b14c336af45b9c2b978227bd27ec39f48ce /package/libvpx/Makefile | |
parent | 91045196d7b7f7864d687fbc509ba4068eb21112 (diff) |
libvpx: update to latest stable version
Diffstat (limited to 'package/libvpx/Makefile')
-rw-r--r-- | package/libvpx/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile index f1ac43835..b39abe1e7 100644 --- a/package/libvpx/Makefile +++ b/package/libvpx/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libvpx -PKG_VERSION:= 1.4.0 -PKG_RELEASE:= 2 -PKG_HASH:= f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4 +PKG_VERSION:= 1.5.0 +PKG_RELEASE:= 1 +PKG_HASH:= 306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797 PKG_DESCR:= vp8/vp9 codec library PKG_SECTION:= libs/video PKG_BUILDDEP:= yasm-host @@ -44,6 +44,9 @@ endif ifeq ($(ADK_TARGET_ARCH_MIPS),y) CONFIGURE_ARGS+= --target=mips32-linux-gcc endif +ifeq ($(ADK_CPU_LOONGSON2F),y) +CONFIGURE_ARGS+= --target=loongson2f-linux-gcc +endif ifeq ($(ADK_TARGET_ARCH_MIPS64),y) CONFIGURE_ARGS+= --target=mips64-linux-gcc endif |