summaryrefslogtreecommitdiff
path: root/package/libvpx/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-31 01:20:29 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-31 01:20:29 -0500
commit1f2b963405322c6782e01b7cd9bded1b258afde7 (patch)
tree04beaf8dc8f216c8fe4b367cf39cddd4721b2129 /package/libvpx/Makefile
parent119dd070f730e87aa02233ee9a84892f348f36b3 (diff)
rename to SOLIDRUN_IMX6, reported via Oliver (cubox-i forum)
Diffstat (limited to 'package/libvpx/Makefile')
-rw-r--r--package/libvpx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile
index f23af0cee..1c1bd4691 100644
--- a/package/libvpx/Makefile
+++ b/package/libvpx/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libvpx
PKG_VERSION:= 1.3.0
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 14783a148872f2d08629ff7c694eb31f
PKG_DESCR:= vp8/vp9 codec library
PKG_SECTION:= libs/video
@@ -31,7 +31,7 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_QEMU_ARM),y)
CONFIGURE_ARGS+= --target=armv5te-linux-gcc
endif
-ifeq ($(ADK_TARGET_SYSTEM_CUBOX_I),y)
+ifeq ($(ADK_TARGET_SYSTEM_SOLIDRUN_IMX6),y)
CONFIGURE_ARGS+= --target=armv7-linux-gcc
endif
ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y)