mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 02:18:54 +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
|