Files
arcs/arcs-sdk/modules/ijg/Kconfig
2026-08-13 16:50:52 +08:00

14 lines
330 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
menu "ijg"
config SDK_MODULE_IJG
bool "ijg support"
default n
help
Reference repository for The Independent JPEG Group's JPEG software,
with the TurboJPEG API bolted on (for benchmarking purposes)
https://github.com/libjpeg-turbo/ijg/tree/main
endmenu