aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/Android.mk
diff options
context:
space:
mode:
authorwfeng6 <wei.feng@intel.com>2013-11-12 23:14:58 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:55 -0700
commit73cebb604e43c066d2d31eb145f82fc3080db532 (patch)
tree5c04b436c81d2a0f02c66a33291889bdb5e41aad /videocodec/Android.mk
parent46f8afda66035563f07829af85b45b2c992969ef (diff)
downloadandroid_hardware_intel_common_omx-components-73cebb604e43c066d2d31eb145f82fc3080db532.tar.gz
android_hardware_intel_common_omx-components-73cebb604e43c066d2d31eb145f82fc3080db532.tar.bz2
android_hardware_intel_common_omx-components-73cebb604e43c066d2d31eb145f82fc3080db532.zip
Set right color format for omx plugins using GEN HW
BZ: 151374 Set color format to titled for omx plugins using GEN HW. Change-Id: Iec7b8c1ae828b04a784f8efd9d861a182398cd6f Signed-off-by: wfeng6 <wei.feng@intel.com>
Diffstat (limited to 'videocodec/Android.mk')
-rw-r--r--videocodec/Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/videocodec/Android.mk b/videocodec/Android.mk
index c16aa26..daa510e 100644
--- a/videocodec/Android.mk
+++ b/videocodec/Android.mk
@@ -49,6 +49,10 @@ ifeq ($(TARGET_VPP_USE_GEN),true)
LOCAL_CFLAGS += -DDEINTERLACE_EXT
endif
+ifeq ($(TARGET_BOARD_PLATFORM),baytrail)
+LOCAL_CFLAGS += -DUSE_GEN_HW
+endif
+
include $(BUILD_SHARED_LIBRARY)
@@ -219,6 +223,10 @@ ifeq ($(TARGET_VPP_USE_GEN),true)
LOCAL_CFLAGS += -DDEINTERLACE_EXT
endif
+ifeq ($(TARGET_BOARD_PLATFORM),baytrail)
+LOCAL_CFLAGS += -DUSE_GEN_HW
+endif
+
include $(BUILD_SHARED_LIBRARY)
#Build secure AVC video decoder only on supported platforms