diff options
| author | Gu, Wangyi <wangyi.gu@intel.com> | 2013-10-23 09:51:20 +0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:55 -0700 |
| commit | f2054d6ae1d88080fba7d4f970eaf3ada7a3d442 (patch) | |
| tree | 34adbcae3fbad962cb17e6f3ea3414e8150407f3 /videocodec/Android.mk | |
| parent | 7f99b01fd4b352ba8d2e4af8c1c75243c012c075 (diff) | |
| download | android_hardware_intel_common_omx-components-f2054d6ae1d88080fba7d4f970eaf3ada7a3d442.tar.gz android_hardware_intel_common_omx-components-f2054d6ae1d88080fba7d4f970eaf3ada7a3d442.tar.bz2 android_hardware_intel_common_omx-components-f2054d6ae1d88080fba7d4f970eaf3ada7a3d442.zip | |
omx: open the macro VED_TILING for memory tiling in merrifield。
BZ: 124110
Open the macro VED_TILING for memory tiling in merrifield
Change-Id: I0b521015f1f241157e8bfde09c2a9394039ac6ee
Signed-off-by: Gu, Wangyi <wangyi.gu@intel.com>
Diffstat (limited to 'videocodec/Android.mk')
| -rwxr-xr-x | videocodec/Android.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/videocodec/Android.mk b/videocodec/Android.mk index fa4ba04..9e378ae 100755 --- a/videocodec/Android.mk +++ b/videocodec/Android.mk @@ -41,6 +41,10 @@ ifeq ($(TARGET_BOARD_PLATFORM),clovertrail) LOCAL_CFLAGS += -DVED_TILING endif +ifeq ($(TARGET_BOARD_PLATFORM),merrifield) +LOCAL_CFLAGS += -DVED_TILING +endif + ifeq ($(TARGET_VPP_USE_GEN),true) LOCAL_CFLAGS += -DDEINTERLACE_EXT endif @@ -123,6 +127,10 @@ ifeq ($(TARGET_BOARD_PLATFORM),clovertrail) LOCAL_CFLAGS += -DVED_TILING endif +ifeq ($(TARGET_BOARD_PLATFORM),merrifield) +LOCAL_CFLAGS += -DVED_TILING +endif + include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) @@ -159,6 +167,9 @@ ifeq ($(TARGET_BOARD_PLATFORM),clovertrail) LOCAL_CFLAGS += -DVED_TILING endif +ifeq ($(TARGET_BOARD_PLATFORM),merrifield) +LOCAL_CFLAGS += -DVED_TILING +endif include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) @@ -195,6 +206,10 @@ ifeq ($(TARGET_BOARD_PLATFORM),clovertrail) LOCAL_CFLAGS += -DVED_TILING endif +ifeq ($(TARGET_BOARD_PLATFORM),merrifield) +LOCAL_CFLAGS += -DVED_TILING +endif + ifeq ($(TARGET_VPP_USE_GEN),true) LOCAL_CFLAGS += -DDEINTERLACE_EXT endif @@ -243,6 +258,10 @@ LOCAL_SRC_FILES += securevideo/ctp/OMXVideoDecoderAVCSecure.cpp LOCAL_CFLAGS += -DVED_TILING endif +ifeq ($(TARGET_BOARD_PLATFORM),merrifield) +LOCAL_CFLAGS += -DVED_TILING +endif + ifeq ($(BUILD_WITH_SECURITY_FRAMEWORK),chaabi_token) LOCAL_SHARED_LIBRARIES += \ libsepdrm_cc54 \ @@ -469,6 +488,10 @@ ifeq ($(TARGET_BOARD_PLATFORM),clovertrail) LOCAL_CFLAGS += -DVED_TILING endif +ifeq ($(TARGET_BOARD_PLATFORM),merrifield) +LOCAL_CFLAGS += -DVED_TILING +endif + include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) |
