Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d6cf0cd authored by Dan Pasanen's avatar Dan Pasanen
Browse files

bootanimation: enable multithread decode by default

Change-Id: Icb17f58a1165b697465a8e3b780c54ff7784c9c6
parent 3217d8c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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