summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmds/bootanimation/Android.mk2
1 files changed, 1 insertions, 1 deletions
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