11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
|
config BR2_PACKAGE_FLAC
|
||
|
bool "flac"
|
||
|
depends on BR2_USE_WCHAR
|
||
|
help
|
||
|
FLAC is an Open Source lossless audio codec.
|
||
|
|
||
|
https://xiph.org/flac/
|
||
|
|
||
|
comment "flac needs a toolchain w/ wchar"
|
||
|
depends on !BR2_USE_WCHAR
|