diff options
| author | wfeng6 <wei.feng@intel.com> | 2013-11-12 23:14:58 +0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:55 -0700 |
| commit | 73cebb604e43c066d2d31eb145f82fc3080db532 (patch) | |
| tree | 5c04b436c81d2a0f02c66a33291889bdb5e41aad /videocodec/Android.mk | |
| parent | 46f8afda66035563f07829af85b45b2c992969ef (diff) | |
| download | android_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.mk | 8 |
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 |
