Enable GIF decoder accelerate

This commit is contained in:
Thomas Farstrike
2025-05-10 23:43:22 +02:00
parent 717e841c81
commit c1af6c476a
+1 -1
View File
@@ -804,7 +804,7 @@ extern void *mp_lv_roots;
#define LV_USE_GIF 1
#if LV_USE_GIF
/*GIF decoder accelerate*/
#define LV_GIF_CACHE_DECODE_DATA 0
#define LV_GIF_CACHE_DECODE_DATA 1
#endif