Skip to content

Commit 2d6cf0c

Browse files
committed
bootanimation: enable multithread decode by default
Change-Id: Icb17f58a1165b697465a8e3b780c54ff7784c9c6
1 parent 3217d8c commit 2d6cf0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmds/bootanimation/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ifeq ($(TARGET_BOOTANIMATION_USE_RGB565),true)
4646
LOCAL_CFLAGS += -DUSE_565
4747
endif
4848

49-
ifeq ($(TARGET_BOOTANIMATION_MULTITHREAD_DECODE),true)
49+
ifneq ($(TARGET_BOOTANIMATION_MULTITHREAD_DECODE),false)
5050
LOCAL_CFLAGS += -DMULTITHREAD_DECODE
5151
endif
5252

0 commit comments

Comments
 (0)