Skip to content

Commit

Permalink
enable qcom a/v enhancements
Browse files Browse the repository at this point in the history
Change-Id: I1cab4f15dd2033d12952a7fed7c8ec91c450ce7c
  • Loading branch information
KonstaT committed Sep 22, 2013
1 parent d2d3839 commit 4cd2853
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions BoardConfig.mk
Expand Up @@ -67,14 +67,18 @@ TARGET_FORCE_CPU_UPLOAD := true

# QCOM
BOARD_USES_QCOM_HARDWARE := true
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE -DQCOM_LEGACY_OMX
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE

# Graphics
BOARD_EGL_CFG := device/zte/blade/prebuilt/system/lib/egl/egl.cfg
USE_OPENGL_RENDERER := true
TARGET_QCOM_DISPLAY_VARIANT := legacy
BOARD_ADRENO_DECIDE_TEXTURE_TARGET := true
COMMON_GLOBAL_CFLAGS += -DQCOM_ICS_COMPAT -DQCOM_NO_SECURE_PLAYBACK
COMMON_GLOBAL_CFLAGS += -DQCOM_ICS_COMPAT

# Video
TARGET_ENABLE_QC_AV_ENHANCEMENTS := true
COMMON_GLOBAL_CFLAGS += -DQCOM_NO_SECURE_PLAYBACK -DQCOM_LEGACY_OMX

# Bootanimation
TARGET_BOOTANIMATION_USE_RGB565 := true
Expand Down

0 comments on commit 4cd2853

Please sign in to comment.