aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorywan171 <yi.a.wang@intel.com>2014-07-25 22:00:59 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-29 22:26:10 -0700
commit233d2500723e5594f3e7c70896ffeeef32b9c950 (patch)
tree5c3e6e3039d649ad0e9c46b237530e9bb56f8fd2 /Android.mk
parent0541f11be2f78b558476772f1f877e140f9d844b (diff)
downloadandroid_hardware_intel_common_omx-components-233d2500723e5594f3e7c70896ffeeef32b9c950.tar.gz
android_hardware_intel_common_omx-components-233d2500723e5594f3e7c70896ffeeef32b9c950.tar.bz2
android_hardware_intel_common_omx-components-233d2500723e5594f3e7c70896ffeeef32b9c950.zip
add vp9 accelerated sw decoder plugin in fugu
BZ: 209178 add vp9 sw decoder plugin, the code is pulled from main branch Change-Id: I566570ac6d5c7d9b5a3e760234300e6e9b756666 Signed-off-by: ywan171 <yi.a.wang@intel.com> Reviewed-on: https://android.intel.com/220089 Reviewed-by: Fourdan, Olivier <olivier.fourdan@intel.com> Tested-by: Fourdan, Olivier <olivier.fourdan@intel.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index fef0725..cb6ce5d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -3,9 +3,10 @@ ifeq ($(BOARD_USES_MRST_OMX),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-VENDORS_INTEL_MRST_COMPONENTS_ROOT := $(LOCAL_PATH)
+INTEL_OMX_COMPONENT_ROOT := $(LOCAL_PATH)
#intel video codecs
-include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/videocodec/Android.mk
+include $(INTEL_OMX_COMPONENT_ROOT)/videocodec/Android.mk
+include $(INTEL_OMX_COMPONENT_ROOT)/videocodec/libvpx_internal/Android.mk
-endif #BOARD_USES_MRST_OMX
+endif