fix(vg_lite): fix compile error for log (#5267)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2024-01-11 10:23:37 +08:00
committed by GitHub
parent 9a088565cc
commit 00825c1ff6
6 changed files with 77 additions and 40 deletions

View File

@@ -144,6 +144,12 @@
/* Simulate VG-Lite hardware using ThorVG */
#define LV_USE_VG_LITE_THORVG 0
/* Enable trace log for VG-Lite simulator*/
#define LV_VG_LITE_THORVG_TRACE_API 0
/*Enable YUV support for VG-Lite simulator*/
#define LV_VG_LITE_THORVG_YUV_SUPPORT 0
#endif
/*=================