Files

11 lines
214 B
Plaintext
Raw Permalink Normal View History

2024-04-10 12:21:46 +08:00
menuconfig TINY_JPEG_ENABLED
bool "Enable tiny_jpeg"
default n
config TINY_JPEG_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on TINY_JPEG_ENABLED