APP_Framework/Framework/:add Kconfig file and SConscript file about TJpgDec(Tiny JPEG Decompressor)

This commit is contained in:
chunyexixiaoyu
2021-11-16 15:08:22 +08:00
parent dfdc29b1d8
commit a9ac7efed2
5 changed files with 68 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
menuconfig USING_IMAGE_PROCESSING
bool "image processing "
default n
if USING_IMAGE_PROCESSING
source "$APP_DIR/Framework/knowing/image_processing/TJpgDec/Kconfig"
endif