chore(decoder): remove RLE image decoder (#4923)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2023-12-06 16:52:12 +08:00
committed by GitHub
parent 9b0533cb18
commit de77e77882
24 changed files with 26 additions and 677 deletions

View File

@@ -268,10 +268,6 @@ void lv_init(void)
lv_bmp_init();
#endif
#if LV_USE_RLE
lv_rle_decoder_init();
#endif
/*Make FFMPEG last because the last converter will be checked first and
*it's superior to any other */
#if LV_USE_FFMPEG