feat(lib): add lz4 lib support (#4872)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2023-11-28 22:05:16 +08:00
committed by GitHub
parent d24b6d54f2
commit fea780e837
9 changed files with 3716 additions and 0 deletions

12
Kconfig
View File

@@ -1166,6 +1166,18 @@ menu "LVGL configuration"
bool "Use ThorVG external"
endchoice
config LV_USE_LZ4
bool "Enable LZ4 compress/decompress lib"
choice
prompt "Choose lvgl built-in LZ4 lib or external lib"
depends on LV_USE_LZ4
default LV_USE_LZ4_INTERNAL
config LV_USE_LZ4_INTERNAL
bool "Use lvgl built-in LZ4 lib"
config LV_USE_LZ4_EXTERNAL
bool "Use external LZ4 library"
endchoice
config LV_USE_FFMPEG
bool "FFmpeg library"
config LV_FFMPEG_DUMP_FORMAT