From 28a5eee31e87ba7c97e901f66a8f2ab4db8fea84 Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Tue, 19 Jun 2012 15:19:56 +0200 Subject: libmedia with audioparam --- BoardConfigCommon.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index da1de8f..591f1a8 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -53,12 +53,14 @@ BOARD_FLASH_BLOCK_SIZE := 4096 BOARD_EGL_CFG := device/samsung/p5100/configs/egl.cfg USE_OPENGL_RENDERER := true COMMON_GLOBAL_CFLAGS += -DSURFACEFLINGER_FORCE_SCREEN_RELEASE +TARGET_BOOTANIMATION_PRELOAD := true # Use nicer font rendering BOARD_USE_SKIA_LCDTEXT := true # Audio BOARD_USE_SAMSUNG_SEPARATEDSTREAM := true +BOARD_USES_LIBMEDIA_WITH_AUDIOPARAMETER := true # HWComposer BOARD_USES_HWCOMPOSER := true -- cgit v1.1