mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
|
|
menuconfig LPKG_USING_LIBFLAC
|
|
bool "FLAC: Free Lossless Audio Codec."
|
|
default n
|
|
|
|
if LPKG_USING_LIBFLAC
|
|
|
|
config LPKG_LIBFLAC_DECODER_DEMO
|
|
bool "libFLAC decoder demo."
|
|
default n
|
|
|
|
endif
|