aboutsummaryrefslogtreecommitdiff
path: root/videodecoder/Android.mk
diff options
context:
space:
mode:
authorXigui Wang <xigui.wang@intel.com>2014-11-14 22:13:09 +0800
committerPat Tjin <pattjin@google.com>2014-12-02 21:49:45 +0000
commita6ebfeb41f53933b4a4882aab2b625b74204527d (patch)
tree08070e21c34bb671098ba6159da9105c70fab5f0 /videodecoder/Android.mk
parentc75124d4c9d14ad647748a7ff216567f184f150e (diff)
downloadlibmix-a6ebfeb41f53933b4a4882aab2b625b74204527d.tar.gz
enable OMX extension OMX_IndexExtVppBufferNum for ISV
change TARGET_HAS_VPP to TARGET_HAS_ISV BZ: 229811 Bug: 17383204 Change-Id: I700674221d05e9205127fe1ef7805ccf16c5d208 Signed-off-by: Jason Hu <jason.hu@intel.com>
Diffstat (limited to 'videodecoder/Android.mk')
-rw-r--r--videodecoder/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/videodecoder/Android.mk b/videodecoder/Android.mk
index 53e3283..d3ff4f2 100644
--- a/videodecoder/Android.mk
+++ b/videodecoder/Android.mk
@@ -2,8 +2,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-ifeq ($(TARGET_HAS_VPP),true)
-LOCAL_CFLAGS += -DTARGET_HAS_VPP
+ifeq ($(TARGET_HAS_ISV),true)
+LOCAL_CFLAGS += -DTARGET_HAS_ISV
endif
LOCAL_SRC_FILES := \