From 2d6cf0cd4d52a074a4f09b564531145e48776ace Mon Sep 17 00:00:00 2001 From: Dan Pasanen Date: Mon, 31 Oct 2016 11:10:25 -0500 Subject: bootanimation: enable multithread decode by default Change-Id: Icb17f58a1165b697465a8e3b780c54ff7784c9c6 --- cmds/bootanimation/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds') diff --git a/cmds/bootanimation/Android.mk b/cmds/bootanimation/Android.mk index d15c274..1715728 100644 --- a/cmds/bootanimation/Android.mk +++ b/cmds/bootanimation/Android.mk @@ -46,7 +46,7 @@ ifeq ($(TARGET_BOOTANIMATION_USE_RGB565),true) LOCAL_CFLAGS += -DUSE_565 endif -ifeq ($(TARGET_BOOTANIMATION_MULTITHREAD_DECODE),true) +ifneq ($(TARGET_BOOTANIMATION_MULTITHREAD_DECODE),false) LOCAL_CFLAGS += -DMULTITHREAD_DECODE endif -- cgit v1.1